build(ui): silence wrong spelling report
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "testExplorer.useNativeTesting": true,
6 "mochaExplorer.files": ["test/**/*Test.ts"],
7 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
8 "cSpell.words": [
9 "commitlint",
10 "CSMS",
11 "iccid",
12 "imsi",
13 "Measurand",
14 "Mikro",
15 "mnemonist",
16 "ocpp",
17 "poolifier",
18 "Recurrency"
19 ]
20 }