knowledgebase_law/node_modules/for-each/.nycrc

9 lines
129 B
Plaintext
Raw Normal View History

2025-04-11 23:47:09 +08:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage"
]
}