build: fix code mocha explorer settings with ESM
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "cSpell.words": [
6 "Avenir",
7 "composables",
8 "finalhandler",
9 "iccid",
10 "idtag",
11 "imsi",
12 "ocpp",
13 "preinstall",
14 "RFID",
15 "webui"
16 ]
17 }