Constnium/node_modules/eslint-module-utils/.nycrc
2022-06-23 02:27:43 +02:00

19 lines
298 B
JSON

{
"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"
]
}