GoScrobble/web/node_modules/eslint-module-utils/.nycrc

16 lines
229 B
Plaintext
Raw Normal View History

2022-04-25 02:47:15 +00:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"require": [
"babel-register"
],
"sourceMap": true,
"instrument": false,
"exclude": [
"coverage",
"test",
"tests"
]
}