This commit is contained in:
Tommy D. Rossi
2025-11-13 19:24:03 +01:00
commit 12c5387409
15 changed files with 2356 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"arrowParens": "always",
"jsxSingleQuote": true,
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}