chore(config): added prettierrc file

This commit is contained in:
2026-03-16 13:52:26 +01:00
parent f8b04758a2
commit 5e970f6a34
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"tabWidth": 2,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "none"
}