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