We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7f225 commit b986529Copy full SHA for b986529
package.json
@@ -530,8 +530,8 @@
530
"vscode:prepublish": "npm run build",
531
"watch": "webpack --watch --mode development --env esbuild",
532
"open-in-browser": "vscode-test-web --extensionDevelopmentPath=. .",
533
- "lint": "eslint && tsc --noemit",
534
- "lint-fix": "eslint --fix && tsc --noemit",
+ "lint": "eslint",
+ "lint-fix": "eslint --fix",
535
"format": "prettier --write \"**/*.ts\"",
536
"format-check": "prettier --check \"**/*.ts\"",
537
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest",
0 commit comments