securityos/node_modules/eslint-module-utils/.nycrc

16 lines
241 B
Plaintext
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "lcov", "text", "html", "json"],
"instrument": false,
"exclude": [
"coverage",
"test",
"tests",
"resolvers/*/test",
"scripts",
"memo-parser",
"lib"
]
}