chore: fix prettier config

This commit is contained in:
Aman Harwara
2023-08-25 21:27:02 +05:30
parent cfa519c4bd
commit 675be69eda
5 changed files with 10 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": false,
"plugins": ["prettier-plugin-tailwindcss"]
}