Skip to content

Commit

Permalink
Add prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanveloso committed Dec 26, 2023
1 parent 129d403 commit b7b62f5
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-tailwindcss"]
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
"astro": "^3.6.3",
"tailwindcss": "^3.0.24",
"typescript": "^5.3.2"
},
"devDependencies": {
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9"
}
}
79 changes: 73 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit b7b62f5

Please sign in to comment.