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
1 parent b7ddcb5 commit ec717a9Copy full SHA for ec717a9
packages/toolkit/package.json
@@ -96,7 +96,7 @@
96
"build-only": "yarn clean && yarn run-build",
97
"format": "prettier --write . '!dist' --cache --cache-strategy content",
98
"format:check": "prettier --check . '!dist'",
99
- "lint": "eslint . --cache --cache-strategy content",
+ "lint": "eslint . --config eslint.config.mjs --cache --cache-strategy content",
100
"lint:fix": "eslint --fix .",
101
"test": "vitest --typecheck --run ",
102
"test:watch": "vitest --watch",
0 commit comments