feat: add .prettierrc

This commit is contained in:
2026-01-10 09:07:52 -03:00
parent 24f121f1ad
commit 1a3bc54bcb
+9
View File
@@ -0,0 +1,9 @@
{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParens": "always",
"trailingComma": "none",
"bracketSpacing": true,
"useTabs": true
}