Skip to content

Commit

Permalink
chore: basic project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Feb 4, 2024
1 parent 0e01c2d commit 97d52a1
Show file tree
Hide file tree
Showing 15 changed files with 2,763 additions and 4,899 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals"
"extends": ["next/core-web-vitals", "prettier"]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": true,
"tabWidth": 2,
"printWidth": 90,
"plugins": ["prettier-plugin-tailwindcss"],
"tailwindConfig": "./tailwind.config.ts"
}
Loading

0 comments on commit 97d52a1

Please sign in to comment.