58474bd155aa6e7d8fe1ae3a8c267d6f1b8f745c
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": "explicit"
4 },
5 "cSpell.words": [
6 "Avenir",
7 "composables",
8 "corepack",
9 "evse",
10 "evses",
11 "finalhandler",
12 "iccid",
13 "idtag",
14 "imsi",
15 "ocpp",
16 "preinstall",
17 "RFID",
18 "rushstack",
19 "webui"
20 ],
21 "sonarlint.connectedMode.project": {
22 "connectionId": "sap-1",
23 "projectKey": "e-mobility-charging-stations-simulator-webui"
24 }
25 }