File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Ignore artifacts:
2
+ build
3
+ coverage
Original file line number Diff line number Diff line change
1
+ {
2
+ "endOfLine": "lf",
3
+ "semi": false,
4
+ "singleQuote": false,
5
+ "tabWidth": 2,
6
+ "trailingComma": "es5",
7
+ "plugins": ["prettier-plugin-tailwindcss"]
8
+ }
Original file line number Diff line number Diff line change 6
6
"dev" : " next dev --turbopack" ,
7
7
"build" : " next build" ,
8
8
"start" : " next start" ,
9
- "lint" : " next lint"
9
+ "lint" : " next lint" ,
10
+ "format" : " pnpm exec prettier . --write"
10
11
},
11
12
"dependencies" : {
12
13
"class-variance-authority" : " ^0.7.1" ,
26
27
"@types/react-dom" : " ^19" ,
27
28
"eslint" : " ^9" ,
28
29
"eslint-config-next" : " 15.2.1" ,
30
+ "prettier" : " 3.5.3" ,
31
+ "prettier-plugin-tailwindcss" : " ^0.6.11" ,
29
32
"tailwindcss" : " ^4" ,
30
33
"typescript" : " ^5"
31
34
}
You can’t perform that action at this time.
0 commit comments