We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8ddf6 commit ccf905eCopy full SHA for ccf905e
package.json
@@ -41,7 +41,7 @@
41
"generate:rules-doc": "pnpm run build && pnpm run rule-doc-generator",
42
"format": "pnpm run prettier-base --write",
43
"format:check": "pnpm run prettier-base --check",
44
- "lint": "eslint --max-warnings 0 --report-unused-disable-directives .",
+ "lint": "eslint --max-warnings 0 .",
45
"lint:fix": "pnpm run lint --fix",
46
"prepare": "is-ci || husky",
47
"prettier-base": "prettier . --ignore-unknown --cache --log-level warn",
0 commit comments