Skip to content

Commit 0d58070

Browse files
committed
Fix lint and lint:fix commands
1 parent 6184e96 commit 0d58070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/toolkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"build-only": "yarn clean && yarn run-build",
101101
"format": "prettier --write . --cache --cache-strategy content",
102102
"format:check": "prettier --check .",
103-
"lint": "eslint . --cache --cache-strategy content",
104-
"lint:fix": "eslint --fix .",
103+
"lint": "NODE_OPTIONS=\"--import=tsx\" eslint -c eslint.config.mts . --cache --cache-strategy content",
104+
"lint:fix": "NODE_OPTIONS=\"--import=tsx\" eslint -c eslint.config.mts --fix .",
105105
"test": "vitest --typecheck --run ",
106106
"test:watch": "vitest --watch",
107107
"type-tests": "yarn tsc -p tsconfig.test.json --noEmit",

0 commit comments

Comments
 (0)