epiphany/node_modules/stylelint-declaration-strict-value/.nycrc.json
2023-12-09 22:48:07 -08:00

14 lines
313 B
JSON

{
"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
}