Files
codeql-action/node_modules/eslint-module-utils/.nycrc
2021-07-27 16:54:26 +00:00

16 lines
229 B
JSON

{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"require": [
"babel-register"
],
"sourceMap": true,
"instrument": false,
"exclude": [
"coverage",
"test",
"tests"
]
}