Skip to content

Commit ac70b53

Browse files
committed
Update package.json
1 parent 22a0dd9 commit ac70b53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@
6161
"compile-tests": "tsc -p ./src/ --outDir out",
6262
"watch-tests": "tsc -p ./src/ -w --outDir out",
6363
"pretest": "npm run compile-tests && npm run compile && npm run lint",
64-
"lint": "npm run lint-frontend && eslint src --ext ts",
64+
"lint": "npm run lint-frontend && npm run lint-vscode",
6565
"lint-frontend": "cd frontend && npm run lint",
66+
"lint-vscode": "eslint . --ext ts",
6667
"test": "vscode-test",
6768
"compile-frontend": "cd frontend && npm run build",
6869
"build": "npm run compile",

0 commit comments

Comments
 (0)