Add trailing-comma option

This commit is contained in:
JonnyBurger
2025-08-26 15:07:12 +02:00
parent daa6bdbe1d
commit ef2094b0db
+2 -1
View File
@@ -106,6 +106,7 @@
"webcodecs" "webcodecs"
], ],
"prettier": { "prettier": {
"singleQuote": true "singleQuote": true,
"trailingComma": "all"
} }
} }