chore: refine prettier configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 19 Jul 2024 13:25:53 +0000 (15:25 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 19 Jul 2024 13:25:53 +0000 (15:25 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.prettierrc.json

index 61b6c17b7812cae845980add36e6af8b989898ab..de624450389bcb3bdcd745d7b47f238a96c1afa6 100644 (file)
@@ -3,5 +3,5 @@
   "arrowParens": "avoid",
   "singleQuote": true,
   "semi": false,
-  "trailingComma": "none"
+  "trailingComma": "es5"
 }