File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://biomejs.dev/schemas/1.9.4/schema.json" ,
3+ "organizeImports" : {
4+ "enabled" : true
5+ },
6+ "vcs" : {
7+ "clientKind" : " git" ,
8+ "enabled" : true ,
9+ "useIgnoreFile" : true
10+ },
11+ "files" : {
12+ "ignore" : [
13+ " source/**/*.js"
14+ ]
15+ },
16+ "formatter" : {
17+ "attributePosition" : " multiline" ,
18+ "indentStyle" : " space" ,
19+ "indentWidth" : 2 ,
20+ "lineWidth" : 100
21+ },
22+ "javascript" : {
23+ "formatter" : {
24+ "quoteStyle" : " single" ,
25+ "semicolons" : " asNeeded"
26+ }
27+ }
28+ }
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "build" : " tsc" ,
12- "dev" : " tsc --watch"
12+ "dev" : " tsc --watch" ,
13+ "lint" : " pnpm biome check" ,
14+ "lint:fix" : " pnpm biome check --write"
1315 },
14- "files" : [
15- " dist"
16- ],
16+ "files" : [" dist" ],
1717 "dependencies" : {
1818 "ink" : " ^5.2.1" ,
1919 "ink-big-text" : " ^2.0.0" ,
2424 "react" : " ^18.3.1"
2525 },
2626 "devDependencies" : {
27+ "@biomejs/biome" : " ^1.9.4" ,
2728 "@sindresorhus/tsconfig" : " ^7.0.0" ,
2829 "@types/node" : " ^22.15.21" ,
2930 "@types/react" : " ^18.3.22" ,
3031 "chalk" : " ^5.4.1" ,
31- "eslint-plugin-react" : " ^7.37.5" ,
32- "eslint-plugin-react-hooks" : " ^5.2.0" ,
33- "prettier" : " ^3.5.3" ,
3432 "ts-node" : " ^10.9.1" ,
3533 "typescript" : " ^5.8.3"
3634 }
You can’t perform that action at this time.
0 commit comments