projecte_ionic/node_modules/eslint-module-utils/.nycrc
2022-02-09 18:30:03 +01:00

20 lines
298 B
JSON
Executable file

{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "lcov", "text", "html", "json"],
"require": [
"babel-register"
],
"sourceMap": true,
"instrument": false,
"exclude": [
"coverage",
"test",
"tests",
"resolvers/*/test",
"scripts",
"memo-parser",
"lib"
]
}