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