Skip to content

Commit b986529

Browse files
committed
Leave off TSC for now
1 parent ac7f225 commit b986529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,8 @@
530530
"vscode:prepublish": "npm run build",
531531
"watch": "webpack --watch --mode development --env esbuild",
532532
"open-in-browser": "vscode-test-web --extensionDevelopmentPath=. .",
533-
"lint": "eslint && tsc --noemit",
534-
"lint-fix": "eslint --fix && tsc --noemit",
533+
"lint": "eslint",
534+
"lint-fix": "eslint --fix",
535535
"format": "prettier --write \"**/*.ts\"",
536536
"format-check": "prettier --check \"**/*.ts\"",
537537
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest",

0 commit comments

Comments
 (0)