We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a8555 commit 07ffcffCopy full SHA for 07ffcff
package.json
@@ -46,6 +46,7 @@
46
"main": "./out/extension.js",
47
"scripts": {
48
"build": "tsc -p ./ && vsce package",
49
+ "lint": "tsc --noEmit && eslint .",
50
"publish": "vsce publish",
51
"prepare": "husky install"
52
},
0 commit comments