add prettier config

This commit is contained in:
2026-06-17 14:12:46 +02:00
parent 802aaee4bb
commit 8249d87a21
+5 -10
View File
@@ -1,12 +1,7 @@
{ {
"printWidth": 100, "tabWidth": 2,
"singleQuote": true, "useTabs": false,
"overrides": [ "bracketSameLine": true,
{ "semi": true,
"files": "*.html", "singleQuote": true
"options": {
"parser": "angular"
}
}
]
} }