File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "scripts" : {
6- "lint" : " eslint src/**/*.ts" ,
6+ "lint" : " ESLINT_USE_FLAT_CONFIG=false eslint src/**/*.ts" ,
77 "check-types" : " tsc --noEmit" ,
88 "test" : " npm run build && npx dotenvx run -f .env.local -- node ./out/runTest.js" ,
99 "ci" : " npm run vscode-test && npm run test" ,
Original file line number Diff line number Diff line change 341341 "install-webview" : " cd webview-ui && npm install" ,
342342 "install-e2e" : " cd e2e && npm install" ,
343343 "lint" : " npm-run-all -l -p lint:*" ,
344- "lint:extension" : " eslint src --ext .ts" ,
344+ "lint:extension" : " ESLINT_USE_FLAT_CONFIG=false eslint src --ext .ts" ,
345345 "lint:webview" : " cd webview-ui && npm run lint" ,
346346 "lint:e2e" : " cd e2e && npm run lint" ,
347347 "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 --ext .ts,.tsx" ,
7+ "lint" : " ESLINT_USE_FLAT_CONFIG=false 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