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 bff3482 commit f2e322fCopy full SHA for f2e322f
package.json
@@ -40,6 +40,7 @@
40
"test": "jest --projects jest.config.ts --passWithNoTests",
41
"benchmark": "jest --projects bench.config.ts",
42
"lint": "eslint ./src",
43
+ "lint-fix": "eslint --fix ./src",
44
"deploy": "vsce publish"
45
},
46
"main": "./out/main.js",
0 commit comments