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 3616147 commit 320ee58Copy full SHA for 320ee58
eslint/package.json
@@ -11,7 +11,7 @@
11
"build": "esbuild --bundle --minify --platform=node --outdir=dist --out-extension:.js=.cjs --log-level=error src/index.ts",
12
"lint": "eslint --ext=ts .",
13
"lint:fix": "eslint --ext=ts --fix .",
14
- "test": "vitest"
+ "test": "tsc --noEmit && vitest"
15
},
16
"devDependencies": {
17
"@types/eslint": "9.6.1",
0 commit comments