Skip to content

Commit b205440

Browse files
committed
ci: fix lint
1 parent 66fd893 commit b205440

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
@@ -207,7 +207,7 @@
207207
"test": "vitest",
208208
"lint": "eslint .",
209209
"lint:fix": "eslint . --fix",
210-
"typecheck": "tsc --noEmit",
210+
"typecheck": "tsgo --noEmit",
211211
"vscode:prepublish": "npm run build",
212212
"publish": "npx @vscode/vsce publish --no-dependencies",
213213
"package": "npx @vscode/vsce package --no-dependencies",

0 commit comments

Comments
 (0)