Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pail23 committed Mar 18, 2024
1 parent 4859643 commit 4933ab1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 24 deletions.
10 changes: 0 additions & 10 deletions .prettierrc

This file was deleted.

11 changes: 0 additions & 11 deletions .prettierrc.cjs

This file was deleted.

16 changes: 14 additions & 2 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
// prettier.config.js

module.exports = {
plugins: ['prettier-plugin-tailwindcss'],
const config = {
printWidth: 120,
proseWrap: "never",
endOfLine: "auto",
eslintIntegration: true,
singleQuote: true,
semi: true,
trailingComma: "all",
arrowParens: "always",
endOfLine: "auto",
plugins: ['prettier-plugin-tailwindcss'],
}


module.exports = config;
1 change: 0 additions & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ module.exports = {
require('@tailwindcss/typography'),
require('@tailwindcss/forms'),
require('@tailwindcss/aspect-ratio'),
require('prettier-plugin-tailwindcss'),
],
};

0 comments on commit 4933ab1

Please sign in to comment.