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.
lint:fix
1 parent ec717a9 commit b0b37bfCopy full SHA for b0b37bf
packages/toolkit/package.json
@@ -97,7 +97,7 @@
97
"format": "prettier --write . '!dist' --cache --cache-strategy content",
98
"format:check": "prettier --check . '!dist'",
99
"lint": "eslint . --config eslint.config.mjs --cache --cache-strategy content",
100
- "lint:fix": "eslint --fix .",
+ "lint:fix": "eslint --fix . --config eslint.config.mjs",
101
"test": "vitest --typecheck --run ",
102
"test:watch": "vitest --watch",
103
"type-tests": "yarn tsc -p tsconfig.test.json --noEmit",
0 commit comments