Skip to content

Commit

Permalink
Merge pull request #44 from ai16zpartners/feat/add-prettier
Browse files Browse the repository at this point in the history
Feat/add prettier
  • Loading branch information
arazaki authored Nov 19, 2024
2 parents ac20055 + 77f0629 commit 37e9f23
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"singleQuote": true,
"semi": true,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": false,
"arrowParens": "always",
"plugins": ["prettier-plugin-tailwindcss"]
}
95 changes: 95 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"eslint": "8.7.0",
"eslint-config-next": "^13.1.5",
"postcss": "^8.4.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.0.0"
},
Expand Down

0 comments on commit 37e9f23

Please sign in to comment.