refactor: refine .cfignore
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
CommitLineData
9a308e5f
JB
1{
2 "editor.codeActionsOnSave": {
d5c6cfdd 3 "source.fixAll": "explicit"
3539249c 4 },
82e91d8f
JB
5 "cSpell.words": [
6 "Avenir",
7 "composables",
38b2428f 8 "corepack",
52952bf8
JB
9 "evse",
10 "evses",
82e91d8f
JB
11 "finalhandler",
12 "iccid",
13 "idtag",
14 "imsi",
15 "ocpp",
0dbbeba1 16 "preinstall",
149f6c4b 17 "RFID",
0b182822 18 "rushstack",
149f6c4b 19 "webui"
65fe3d88
JB
20 ],
21 "sonarlint.connectedMode.project": {
22 "connectionId": "sap-1",
23 "projectKey": "e-mobility-charging-stations-simulator-webui"
24 }
9a308e5f 25}