Refactor .prettierrc.json: Update formatting options

This commit is contained in:
mauro-balades
2024-09-07 22:10:40 +02:00
parent 1eca3d893f
commit af263d931b

18
.prettierrc.json Normal file
View File

@@ -0,0 +1,18 @@
{
"bracketSameLine": true,
"endOfLine": "lf",
"trailingComma": "es5",
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"jsxSingleQuote": false,
"semi": true,
"printWidth": 128,
"plugins": [
"prettier-plugin-tailwindcss"
],
"tailwindConfig": "./tailwind.config.js",
"tailwindFunctions": [
"tw"
]
}