chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / .prettierrc.json
index 6414c22de5def978c947a0648bcf44e713e2f265..6632aaeb6873d9f1edf3b4ab3cbe617ab8ec283a 100644 (file)
@@ -1,5 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/prettierrc",
   "printWidth": 100,
-  "singleQuote": true
+  "semi": false,
+  "singleQuote": true,
+  "trailingComma": "none"
 }