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
lint:fix
1 parent 6184e96 commit 0d58070Copy full SHA for 0d58070
packages/toolkit/package.json
@@ -100,8 +100,8 @@
100
"build-only": "yarn clean && yarn run-build",
101
"format": "prettier --write . --cache --cache-strategy content",
102
"format:check": "prettier --check .",
103
- "lint": "eslint . --cache --cache-strategy content",
104
- "lint:fix": "eslint --fix .",
+ "lint": "NODE_OPTIONS=\"--import=tsx\" eslint -c eslint.config.mts . --cache --cache-strategy content",
+ "lint:fix": "NODE_OPTIONS=\"--import=tsx\" eslint -c eslint.config.mts --fix .",
105
"test": "vitest --typecheck --run ",
106
"test:watch": "vitest --watch",
107
"type-tests": "yarn tsc -p tsconfig.test.json --noEmit",
0 commit comments