Skip to content

Commit

Permalink
chore: tailwind prettier setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Mar 25, 2024
1 parent db93b60 commit 8507e0b
Show file tree
Hide file tree
Showing 5 changed files with 17,829 additions and 17,393 deletions.
19 changes: 10 additions & 9 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"endOfLine": "lf",
"singleQuote": true,
"useTabs": false,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 120,
"jsxSingleQuote": true,
"arrowParens": "avoid",
"proseWrap": "preserve"
"endOfLine": "lf",
"singleQuote": true,
"useTabs": false,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 120,
"jsxSingleQuote": true,
"arrowParens": "avoid",
"proseWrap": "preserve",
"plugins": ["prettier-plugin-tailwindcss"]
}
Loading

0 comments on commit 8507e0b

Please sign in to comment.