File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 282282 "compile:integration" : " tsc -p tsconfig.integration.json" ,
283283 "install:all" : " npm install && cd webview-ui && npm install" ,
284284 "lint" : " eslint src --ext ts && npm run lint --prefix webview-ui" ,
285+ "lint-local" : " eslint -c .eslintrc.local.json src --ext ts && npm run lint --prefix webview-ui" ,
285286 "lint-fix" : " eslint src --ext ts --fix && npm run lint-fix --prefix webview-ui" ,
287+ "lint-fix-local" : " eslint -c .eslintrc.local.json src --ext ts --fix && npm run lint-fix --prefix webview-ui" ,
286288 "package" : " npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production" ,
287289 "pretest" : " npm run compile && npm run compile:integration" ,
288290 "dev" : " cd webview-ui && npm run dev" ,
You can’t perform that action at this time.
0 commit comments