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.
1 parent 6c73b05 commit 2f2fa78Copy full SHA for 2f2fa78
1 file changed
package.json
@@ -56,10 +56,10 @@
56
"format": "npm run format:es && npm run format:biome",
57
"format:biome": "biome check --write .",
58
"format:es": "npm run lint:es -- --fix",
59
- "lint": "npm run lint:es && npm run lint:biome && npm run lint:tsc",
+ "lint": "npm run lint:es && npm run lint:ts && npm run lint:biome",
60
"lint:biome": "biome check .",
61
"lint:es": "eslint .",
62
- "lint:tsc": "tsc --noEmit",
+ "lint:ts": "tsc --noEmit -p tsconfig.eslint.json",
63
"prepublishOnly": "npm run build",
64
"test": "npm run test:vi && npm run lint",
65
"test:vi": "vitest run"
0 commit comments