build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / .prettierrc.json
index 6414c22de5def978c947a0648bcf44e713e2f265..066e89fcd2212b26dc027ef6abfb85510c9bae0f 100644 (file)
@@ -1,5 +1,8 @@
 {
   "$schema": "https://json.schemastore.org/prettierrc",
   "printWidth": 100,
-  "singleQuote": true
+  "arrowParens": "avoid",
+  "singleQuote": true,
+  "semi": false,
+  "trailingComma": "none"
 }