File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 "indentWidth" : 2 ,
3737 "lineWidth" : 130 ,
3838 "lineEnding" : " lf" ,
39- "formatWithErrors" : false
39+ "formatWithErrors" : false ,
40+ "trailingNewline" : true
4041 },
4142 "javascript" : {
4243 "formatter" : {
Original file line number Diff line number Diff line change 1515 "test" : " turbo run test" ,
1616 "test:ci" : " turbo run test --filter=!shadow-objects-e2e" ,
1717 "lint" : " biome check ." ,
18+ "lint:ci" : " biome check . --reporter=summary" ,
1819 "lint:fix" : " biome check . --write" ,
1920 "format" : " biome format . --write" ,
2021 "typecheck" : " turbo run typecheck" ,
2122 "clean" : " turbo run clean && rimraf dist node_modules/.cache .turbo" ,
2223 "cbt" : " pnpm clean && pnpm build && pnpm test" ,
23- "ci" : " turbo run build typecheck test --filter=!shadow-objects-e2e && pnpm lint" ,
24+ "ci" : " turbo run build typecheck test --filter=!shadow-objects-e2e && pnpm lint:ci " ,
2425 "dev" : " turbo run dev --filter=@spearwolf/shae-offscreen-canvas" ,
2526 "start" : " pnpm dev" ,
2627 "make:todo" : " node scripts/makeTODO.mjs TODO.md" ,
Original file line number Diff line number Diff line change 9292 "@spearwolf/eventize" : " catalog:" ,
9393 "@spearwolf/signalize" : " catalog:"
9494 }
95- }
95+ }
You can’t perform that action at this time.
0 commit comments