build: silence wrong spelling report
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
CommitLineData
9a308e5f
JB
1{
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
3539249c 4 },
82e91d8f
JB
5 "cSpell.words": [
6 "Avenir",
7 "composables",
8 "finalhandler",
9 "iccid",
10 "idtag",
11 "imsi",
12 "ocpp",
13 "RFID"
14 ]
9a308e5f 15}