refactor: remove isNullOrDefined() helper
[e-mobility-charging-stations-simulator.git] / .prettierrc.json
index 5ac85e271d543cf99a88eddb0cd368c1002ca629..baeeb0d43e1a8c7b87062d2de936f0b1f9db887a 100644 (file)
@@ -1,4 +1,7 @@
 {
+  "$schema": "https://json.schemastore.org/prettierrc",
   "printWidth": 100,
-  "singleQuote": true
+  "semi": false,
+  "singleQuote": true,
+  "trailingComma": "es5"
 }