chore: add prettier

This commit is contained in:
2026-06-19 04:28:45 -03:00
parent e12b4f6cf5
commit f51a71a574
3 changed files with 30 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParens": "always",
"trailingComma": "none",
"bracketSpacing": true,
"useTabs": true
}