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.
tsx/esm
1 parent 92384ea commit f207652Copy full SHA for f207652
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": "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 .",
+ "lint": "NODE_OPTIONS=--import=tsx/esm eslint -c eslint.config.mts . --cache --cache-strategy content",
+ "lint:fix": "NODE_OPTIONS=--import=tsx/esm 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