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