build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
index 9ed868ae38a27568a0a5605886e6b4190f9355d1..7152c44b7b05ac4c67370dc8ffc35640caefb933 100644 (file)
@@ -1,6 +1,27 @@
 {
+  "deno.enable": false,
   "editor.codeActionsOnSave": {
-    "source.fixAll": true
+    "source.fixAll": "explicit"
   },
-  "cSpell.words": ["composables", "iccid", "idtag", "imsi", "ocpp", "RFID"]
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator-webui"
+  },
+  "cSpell.words": [
+    "Avenir",
+    "composables",
+    "corepack",
+    "evse",
+    "evses",
+    "finalhandler",
+    "iccid",
+    "idtag",
+    "imsi",
+    "ocpp",
+    "Parens",
+    "preinstall",
+    "RFID",
+    "rushstack",
+    "webui"
+  ]
 }