Skip to content

Commit ec717a9

Browse files
committed
Fix lint command
1 parent b7ddcb5 commit ec717a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"build-only": "yarn clean && yarn run-build",
9797
"format": "prettier --write . '!dist' --cache --cache-strategy content",
9898
"format:check": "prettier --check . '!dist'",
99-
"lint": "eslint . --cache --cache-strategy content",
99+
"lint": "eslint . --config eslint.config.mjs --cache --cache-strategy content",
100100
"lint:fix": "eslint --fix .",
101101
"test": "vitest --typecheck --run ",
102102
"test:watch": "vitest --watch",

0 commit comments

Comments
 (0)