Skip to content

Commit f2e322f

Browse files
committed
Add lint-fix command
1 parent bff3482 commit f2e322f

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
@@ -40,6 +40,7 @@
4040
"test": "jest --projects jest.config.ts --passWithNoTests",
4141
"benchmark": "jest --projects bench.config.ts",
4242
"lint": "eslint ./src",
43+
"lint-fix": "eslint --fix ./src",
4344
"deploy": "vsce publish"
4445
},
4546
"main": "./out/main.js",

0 commit comments

Comments
 (0)