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