Skip to content

Commit b0b37bf

Browse files
committed
Fix lint:fix command
1 parent ec717a9 commit b0b37bf

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
@@ -97,7 +97,7 @@
9797
"format": "prettier --write . '!dist' --cache --cache-strategy content",
9898
"format:check": "prettier --check . '!dist'",
9999
"lint": "eslint . --config eslint.config.mjs --cache --cache-strategy content",
100-
"lint:fix": "eslint --fix .",
100+
"lint:fix": "eslint --fix . --config eslint.config.mjs",
101101
"test": "vitest --typecheck --run ",
102102
"test:watch": "vitest --watch",
103103
"type-tests": "yarn tsc -p tsconfig.test.json --noEmit",

0 commit comments

Comments
 (0)