Skip to content

Commit 365b719

Browse files
committed
chore: add lint:ts script
1 parent 4ed6b05 commit 365b719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"lint": "npm run lint:es && npm run lint:ts && npm run lint:biome",
6060
"lint:biome": "biome check .",
6161
"lint:es": "eslint .",
62-
"lint:ts": "tsc --noEmit",
62+
"lint:ts": "tsc --noEmit -p tsconfig.eslint.json",
6363
"prepublishOnly": "npm run build",
6464
"test": "npm run test:vi && npm run lint",
6565
"test:vi": "vitest run"

0 commit comments

Comments
 (0)