Files
novarix.uk/node_modules/eslint-module-utils/.nycrc
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

16 lines
241 B
JSON

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