build: refine prettier configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 29 Dec 2023 21:10:34 +0000 (22:10 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 29 Dec 2023 21:10:34 +0000 (22:10 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.prettierrc.json

index 80901f792fad9172596b1a8f7c9db1fd3ddb03d5..890136a148d82e4dc4e2e6b15101cf4862ba82ea 100644 (file)
@@ -2,5 +2,5 @@
   "$schema": "https://json.schemastore.org/prettierrc",
   "semi": false,
   "singleQuote": true,
-  "trailingComma": "none"
+  "trailingComma": "es5"
 }