Skip to content

Commit b640e71

Browse files
committed
Automatically fix linting issues where possible
1 parent e120519 commit b640e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
],
8787
"main": "./out/main.js",
8888
"scripts": {
89-
"lint": "eslint . --ext .ts",
89+
"lint": "eslint . --ext .ts --fix",
9090
"build": "tsc --project tsconfig.json && esbuild ./src/main.ts --outdir=out --bundle --external:vscode --platform=node",
9191
"test": "node ./out/test/runTests.js",
9292
"package": "vsce package --no-gitHubIssueLinking",

0 commit comments

Comments
 (0)