Skip to content

Commit 2f2fa78

Browse files
committed
chore: add lint:ts script
1 parent 6c73b05 commit 2f2fa78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"format": "npm run format:es && npm run format:biome",
5757
"format:biome": "biome check --write .",
5858
"format:es": "npm run lint:es -- --fix",
59-
"lint": "npm run lint:es && npm run lint:biome && npm run lint:tsc",
59+
"lint": "npm run lint:es && npm run lint:ts && npm run lint:biome",
6060
"lint:biome": "biome check .",
6161
"lint:es": "eslint .",
62-
"lint:tsc": "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)