Skip to content

Commit 07ffcff

Browse files
authored
chore: add lint script
1 parent 26a8555 commit 07ffcff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"main": "./out/extension.js",
4747
"scripts": {
4848
"build": "tsc -p ./ && vsce package",
49+
"lint": "tsc --noEmit && eslint .",
4950
"publish": "vsce publish",
5051
"prepare": "husky install"
5152
},

0 commit comments

Comments
 (0)