This commit is contained in:
Tommy D. Rossi
2025-11-16 09:38:25 +01:00
parent c14722abf2
commit f2a22af8cf
2 changed files with 10 additions and 8 deletions
-8
View File
@@ -1,8 +0,0 @@
{
"arrowParens": "always",
"jsxSingleQuote": true,
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}
+10
View File
@@ -0,0 +1,10 @@
{
"arrowParens": "always",
"$schema": "https://json.schemastore.org/prettierrc",
"printWidth": 120,
"jsxSingleQuote": true,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}