Skip to content

Commit

Permalink
➕ Add prettier tailwindcss plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlagden committed Oct 20, 2024
1 parent 85e74dd commit 12e038d
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"useTabs": false,
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf"
"endOfLine": "lf",
"plugins": ["prettier-plugin-tailwindcss"]
}
80 changes: 80 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1"
}
}

0 comments on commit 12e038d

Please sign in to comment.