File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2828 run : npm run compile
2929 - name : Check types
3030 run : npm run check-types
31- - name : Lint extension
32- run : npx eslint -c .eslintrc.json --debug --max-warnings=0 src/**/*.ts
33- - name : Lint webview
34- working-directory : webview-ui
35- run : npx eslint -c .eslintrc.json --debug --max-warnings=0 src/**/*.ts src/**/*.tsx
31+ - name : Lint
32+ run : npm run lint
3633
3734 check-translations :
3835 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 364364 "install-webview" : " cd webview-ui && npm install" ,
365365 "install-e2e" : " cd e2e && npm install" ,
366366 "lint" : " npm-run-all -l -p lint:*" ,
367- "lint:extension" : " eslint src/**/* .ts" ,
367+ "lint:extension" : " eslint src --ext .ts" ,
368368 "lint:webview" : " cd webview-ui && npm run lint" ,
369369 "lint:e2e" : " cd e2e && npm run lint" ,
370370 "check-types" : " npm-run-all -l -p check-types:*" ,
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
7- "lint" : " eslint src/**/* .ts src/**/* .tsx" ,
7+ "lint" : " eslint src --ext .ts, .tsx" ,
88 "check-types" : " tsc" ,
99 "test" : " jest -w=40%" ,
1010 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments