chore: fix prettier config
This commit is contained in:
7
packages/web/.prettierrc.json
Normal file
7
packages/web/.prettierrc.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"printWidth": 120,
|
||||
"semi": false,
|
||||
"plugins": ["prettier-plugin-tailwindcss"]
|
||||
}
|
||||
Reference in New Issue
Block a user