Skip to content

Commit

Permalink
chore: lint tailwind classes with prettier plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomez committed Apr 2, 2024
1 parent 36908f5 commit bb1f92c
Show file tree
Hide file tree
Showing 24 changed files with 619 additions and 85 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"lodash.clonedeep": "^4.5.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prisma": "^5.11.0",
"rimraf": "^5.0.5",
"storybook": "^8.0.5",
Expand All @@ -116,6 +117,9 @@
"*.{js,jsx,ts,tsx}": "eslint --fix"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
],
"semi": false,
"singleQuote": true,
"trailingComma": "all"
Expand Down
Loading

0 comments on commit bb1f92c

Please sign in to comment.