File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 271271 "compile" : " tsc -p . --outDir out && node esbuild.js" ,
272272 "compile:integration" : " tsc -p tsconfig.integration.json" ,
273273 "install:all" : " npm install && cd webview-ui && npm install" ,
274- "lint" : " eslint src --ext ts && npm run lint --prefix webview-ui" ,
274+ "lint-fix" : " eslint src --ext ts && npm run lint --prefix webview-ui" ,
275+ "lint-fix" : " eslint src --ext ts --fix && npm run lint-fix --prefix webview-ui" ,
275276 "package" : " npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production" ,
276277 "pretest" : " npm run compile && npm run compile:integration" ,
277278 "dev" : " cd webview-ui && npm run dev" ,
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "scripts" : {
77 "lint" : " eslint src --ext ts,tsx" ,
8+ "lint-fix" : " eslint src --ext ts,tsx --fix" ,
89 "check-types" : " tsc --noEmit" ,
910 "test" : " jest" ,
1011 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments