Skip to content

Commit

Permalink
Config for Prettier formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Djerbouh <[email protected]>
  • Loading branch information
CaddyDz committed May 13, 2024
1 parent 938599f commit 799924b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"useTabs": true,
"plugins": [
"prettier-plugin-organize-attributes",
"prettier-plugin-tailwindcss"
],
"attributeGroups": ["^class$", "^(id|name)$", "$DEFAULT", "^aria-"]
}

0 comments on commit 799924b

Please sign in to comment.