File tree Expand file tree Collapse file tree 9 files changed +8
-22
lines changed
Expand file tree Collapse file tree 9 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 44 "license" : " GPL-3.0" ,
55 "private" : true ,
66 "scripts" : {
7- "oxlint" : " oxlint . --type-aware --type-check" ,
8- "oxlint-plugin" : " oxlint -c .oxlintrc-plugin.json" ,
9- "lint" : " npm run oxlint && npm run oxlint-plugin" ,
7+ "lint" : " oxlint . --type-aware --type-check && oxlint -c .oxlintrc-plugin.json" ,
108 "lint-fast" : " oxlint ." ,
119 "build" : " npm run gen-docs && tsc --build" ,
1210 "watch" : " tsc --build --watch" ,
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
7- "oxlint" : " oxlint . --type-aware --type-check" ,
8- "oxlint-plugin" : " oxlint -c .oxlintrc-plugin.json" ,
9- "lint" : " npm run oxlint && npm run oxlint-plugin" ,
7+ "lint" : " oxlint . --type-aware --type-check && oxlint -c .oxlintrc-plugin.json" ,
108 "lint-fast" : " oxlint ." ,
119 "lint-json" : " eslint static/**/*.json" ,
1210 "check-assets" : " tsx ./scripts/check-assets.ts" ,
Original file line number Diff line number Diff line change 1717 "lint-fast-be" : " turbo run lint-fast --filter @monkeytype/backend" ,
1818 "lint-fast-fe" : " turbo run lint-fast --filter @monkeytype/frontend" ,
1919 "lint-fast-pkg" : " turbo run lint-fast --filter=\" ./packages/*\" " ,
20- "oxlint" : " turbo run oxlint" ,
21- "oxlint-be" : " turbo run oxlint --filter @monkeytype/backend" ,
22- "oxlint-fe" : " turbo run oxlint --filter @monkeytype/frontend" ,
23- "oxlint-pkg" : " turbo run oxlint --filter=\" ./packages/*\" " ,
2420 "build" : " turbo run build" ,
2521 "build-be" : " turbo run build --filter @monkeytype/backend" ,
2622 "build-fe" : " turbo run build --filter @monkeytype/frontend" ,
Original file line number Diff line number Diff line change 77 "test" : " vitest run" ,
88 "madge" : " madge --circular --extensions ts ./src" ,
99 "ts-check" : " tsc --noEmit" ,
10- "oxlint" : " oxlint . --type-aware --type-check" ,
11- "lint" : " npm run oxlint" ,
10+ "lint" : " oxlint . --type-aware --type-check" ,
1211 "lint-fast" : " oxlint ."
1312 },
1413 "dependencies" : {
Original file line number Diff line number Diff line change 77 "test" : " vitest run" ,
88 "madge" : " madge --circular --extensions ts ./src" ,
99 "ts-check" : " tsc --noEmit" ,
10- "oxlint" : " oxlint . --type-aware --type-check" ,
11- "lint" : " npm run oxlint" ,
10+ "lint" : " oxlint . --type-aware --type-check" ,
1211 "lint-fast" : " oxlint ."
1312 },
1413 "devDependencies" : {
Original file line number Diff line number Diff line change 66 "dev" : " nodemon --watch src --exec \" node ./src/index.js --dry\" " ,
77 "dev-hotfix" : " nodemon --watch src --exec \" node ./src/index.js --dry --hotfix\" " ,
88 "dev-changelog" : " nodemon ./src/buildChangelog.js" ,
9- "oxlint" : " oxlint . --type-aware --type-check" ,
10- "lint" : " npm run oxlint" ,
9+ "lint" : " oxlint . --type-aware --type-check" ,
1110 "lint-fast" : " oxlint ." ,
1211 "purge-cf-cache" : " ./bin/purgeCfCache.sh"
1312 },
Original file line number Diff line number Diff line change 77 "test" : " vitest run" ,
88 "madge" : " madge --circular --extensions ts ./src" ,
99 "ts-check" : " tsc --noEmit" ,
10- "oxlint" : " oxlint . --type-aware --type-check" ,
11- "lint" : " npm run oxlint" ,
10+ "lint" : " oxlint . --type-aware --type-check" ,
1211 "lint-fast" : " oxlint ."
1312 },
1413 "peerDependencies" : {
Original file line number Diff line number Diff line change 55 "dev" : " tsup-node --watch" ,
66 "build" : " tsup-node" ,
77 "ts-check" : " tsc --noEmit" ,
8- "oxlint" : " oxlint . --type-aware --type-check" ,
9- "lint" : " npm run oxlint" ,
8+ "lint" : " oxlint . --type-aware --type-check" ,
109 "lint-fast" : " oxlint ."
1110 },
1211 "peerDependencies" : {
Original file line number Diff line number Diff line change 66 "test" : " vitest run" ,
77 "madge" : " madge --circular --extensions ts ./src" ,
88 "ts-check" : " tsc --noEmit" ,
9- "oxlint" : " oxlint . --type-aware --type-check" ,
10- "lint" : " npm run oxlint" ,
9+ "lint" : " oxlint . --type-aware --type-check" ,
1110 "lint-fast" : " oxlint ."
1211 },
1312 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments