File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
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 --ext ts" ,
6+ "lint" : " 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 33 "private" : true ,
44 "type" : " module" ,
55 "scripts" : {
6- "lint" : " eslint src --ext ts --max-warnings=0" ,
6+ "lint" : " eslint src/**/*. ts --max-warnings=0" ,
77 "check-types" : " tsc --noEmit" ,
88 "format" : " prettier --write src" ,
99 "dev" : " dotenvx run -f ../../.env -- tsx src/index.ts"
Original file line number Diff line number Diff line change 44 "type" : " module" ,
55 "exports" : " ./src/index.ts" ,
66 "scripts" : {
7- "lint" : " eslint src --ext ts --max-warnings=0" ,
7+ "lint" : " eslint src/**/*. ts --max-warnings=0" ,
88 "check-types" : " tsc --noEmit" ,
99 "format" : " prettier --write src" ,
1010 "drizzle-kit" : " dotenvx run -f ../../.env -- tsx node_modules/drizzle-kit/bin.cjs" ,
Original file line number Diff line number Diff line change 44 "type" : " module" ,
55 "exports" : " ./src/index.ts" ,
66 "scripts" : {
7- "lint" : " eslint src --ext ts --max-warnings=0" ,
7+ "lint" : " eslint src/**/*. ts --max-warnings=0" ,
88 "check-types" : " tsc --noEmit" ,
99 "format" : " prettier --write src"
1010 },
Original file line number Diff line number Diff line change 44 "type" : " module" ,
55 "exports" : " ./src/index.ts" ,
66 "scripts" : {
7- "lint" : " eslint src --ext ts --max-warnings=0" ,
7+ "lint" : " eslint src/**/*. ts --max-warnings=0" ,
88 "check-types" : " tsc --noEmit" ,
99 "test" : " vitest --globals --run" ,
1010 "format" : " prettier --write src"
Original file line number Diff line number Diff line change 44 "type" : " module" ,
55 "exports" : " ./src/index.ts" ,
66 "scripts" : {
7- "lint" : " eslint src --ext ts --max-warnings=0" ,
7+ "lint" : " eslint src/**/*. ts --max-warnings=0" ,
88 "check-types" : " tsc --noEmit" ,
99 "format" : " prettier --write src"
1010 },
Original file line number Diff line number Diff line change 359359 "install-webview" : " cd webview-ui && npm install" ,
360360 "install-e2e" : " cd e2e && npm install" ,
361361 "lint" : " npm-run-all -l -p lint:*" ,
362- "lint:extension" : " eslint src --ext ts" ,
362+ "lint:extension" : " eslint src/**/*. ts" ,
363363 "lint:webview" : " cd webview-ui && npm run lint" ,
364364 "lint:e2e" : " cd e2e && npm run lint" ,
365365 "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" ,
8- "lint-fix" : " eslint src --ext ts, tsx --fix" ,
7+ "lint" : " eslint src/**/*.ts src/**/*. tsx" ,
8+ "lint-fix" : " eslint src/**/*.ts src/**/*. tsx --fix" ,
99 "check-types" : " tsc" ,
1010 "test" : " jest" ,
1111 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments