We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e120519 commit b640e71Copy full SHA for b640e71
package.json
@@ -86,7 +86,7 @@
86
],
87
"main": "./out/main.js",
88
"scripts": {
89
- "lint": "eslint . --ext .ts",
+ "lint": "eslint . --ext .ts --fix",
90
"build": "tsc --project tsconfig.json && esbuild ./src/main.ts --outdir=out --bundle --external:vscode --platform=node",
91
"test": "node ./out/test/runTests.js",
92
"package": "vsce package --no-gitHubIssueLinking",
0 commit comments