This commit is contained in:
2025-07-15 12:19:41 +02:00
parent 13bea68195
commit e4ed55cac9
15 changed files with 1089 additions and 820 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"arrowParens": "always",
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"]
}