chore: add prettierrc

This commit is contained in:
Jan De Dobbeleer
2026-02-16 16:26:51 +01:00
committed by Jan De Dobbeleer
parent 85f4635ed1
commit ae6ec07d53
+12
View File
@@ -0,0 +1,12 @@
{
"trailingComma": "none",
"overrides": [
{
"files": ["*.jsonc", "*.json"],
"options": {
"parser": "json",
"trailingComma": "none"
}
}
]
}