File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 23
23
"bundle" : " vite build" ,
24
24
"dev" : " vite --open" ,
25
25
"typecheck:extra" : " tsc -p tsconfig.eslint.json" ,
26
- "typecheck:src" : " tsc"
26
+ "typecheck:src" : " tsc" ,
27
+ "lint" : " eslint . --report-unused-disable-directives --max-warnings=0 --cache --cache-location=node_modules/.cache/.eslintcache" ,
28
+ "lint:fix" : " pnpm run lint --fix"
27
29
},
28
30
"browserslist" : [
29
31
" defaults and fully supports es6-module"
Original file line number Diff line number Diff line change 23
23
"bundle" : " vite build" ,
24
24
"dev" : " vite --open" ,
25
25
"typecheck:extra" : " tsc -p tsconfig.eslint.json" ,
26
- "typecheck:src" : " tsc"
26
+ "typecheck:src" : " tsc" ,
27
+ "lint" : " eslint . --report-unused-disable-directives --max-warnings=0 --cache --cache-location=node_modules/.cache/.eslintcache" ,
28
+ "lint:fix" : " pnpm run lint --fix"
27
29
},
28
30
"browserslist" : [
29
31
" defaults and fully supports es6-module"
You can’t perform that action at this time.
0 commit comments