build: refine vscode settings
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
index 58474bd155aa6e7d8fe1ae3a8c267d6f1b8f745c..4f0ec9490c038111cde75966e49a2d94946105a8 100644 (file)
@@ -1,7 +1,12 @@
 {
+  "deno.enable": false,
   "editor.codeActionsOnSave": {
     "source.fixAll": "explicit"
   },
+  "sonarlint.connectedMode.project": {
+    "connectionId": "sap-1",
+    "projectKey": "e-mobility-charging-stations-simulator-webui"
+  },
   "cSpell.words": [
     "Avenir",
     "composables",
@@ -17,9 +22,5 @@
     "RFID",
     "rushstack",
     "webui"
-  ],
-  "sonarlint.connectedMode.project": {
-    "connectionId": "sap-1",
-    "projectKey": "e-mobility-charging-stations-simulator-webui"
-  }
+  ]
 }