style: add .prettierrc and format cmds

This commit is contained in:
2025-12-28 17:15:54 -03:00
parent 057773c013
commit 02fadff72f
2 changed files with 12 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"arrowParens": "always",
"trailingComma": "none",
"bracketSpacing": true,
"useTabs": true
}