build(ui): refine lint-staged configuration
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "cSpell.words": ["composables", "iccid", "idtag", "imsi", "ocpp", "RFID"]
6 }