epiphany/node_modules/stylelint-declaration-strict-value/.nycrc.json

15 lines
313 B
JSON
Raw Normal View History

2023-12-09 22:48:07 -08:00
{
"require": [
"babel-register-ts"
],
"all": true,
"exclude": ["node_modules", "**/coverage/**", "commitlint.config.js", "test", "lint-staged.config.js"],
"include": ["src/**/*"],
"check-coverage": true,
"per-file": true,
"branches": 85,
"lines": 85,
"functions": 85,
"statements": 85
}