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+ node_modules
2+ .next
3+ out
4+ build
5+ coverage
6+ pnpm-lock.yaml
Original file line number Diff line number Diff line change 1+ {
2+ "semi": true,
3+ "singleQuote": false,
4+ "tabWidth": 2,
5+ "trailingComma": "all",
6+ "printWidth": 80,
7+ "bracketSpacing": true,
8+ "arrowParens": "always",
9+ "endOfLine": "lf",
10+ "plugins": ["prettier-plugin-tailwindcss"]
11+ }
Original file line number Diff line number Diff line change 66 "dev" : " next dev" ,
77 "build" : " next build" ,
88 "start" : " next start" ,
9- "lint" : " next lint"
9+ "lint" : " next lint" ,
10+ "format" : " prettier --write ." ,
11+ "format:check" : " prettier --check ."
1012 },
1113 "dependencies" : {
1214 "@octokit/graphql" : " ^9.0.3" ,
3032 "eslint-config-next" : " ^16.2.2" ,
3133 "postcss" : " ^8.4.47" ,
3234 "tailwindcss" : " ^3.4.14" ,
35+ "prettier" : " ^3.4.2" ,
36+ "prettier-plugin-tailwindcss" : " ^0.6.11" ,
3337 "typescript" : " ^6.0.2"
3438 }
3539}
You can’t perform that action at this time.
0 commit comments