Skip to content

Commit

Permalink
feat: add prettier plugin for import and tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Dec 6, 2023
1 parent 1999e2c commit 3e1dc89
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"singleQuote": true,
"bracketSameLine": true
"bracketSameLine": true,
"htmlWhitespaceSensitivity": "ignore",
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"]
}
91 changes: 91 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 @@ -95,6 +95,8 @@
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.9",
"testing-library-selector": "^0.3.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
Expand Down

0 comments on commit 3e1dc89

Please sign in to comment.