build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
index f7432095e5d5046ca43acbedfbae39e8fb8bae79..58474bd155aa6e7d8fe1ae3a8c267d6f1b8f745c 100644 (file)
@@ -1,10 +1,13 @@
 {
   "editor.codeActionsOnSave": {
-    "source.fixAll": true
+    "source.fixAll": "explicit"
   },
   "cSpell.words": [
     "Avenir",
     "composables",
+    "corepack",
+    "evse",
+    "evses",
     "finalhandler",
     "iccid",
     "idtag",
     "ocpp",
     "preinstall",
     "RFID",
+    "rushstack",
     "webui"
-  ]
+  ],
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator-webui"
+  }
 }