build: 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 "bufferutil",
10 "cacheable",
11 "commitlint",
12 "CSMS",
13 "iccid",
14 "imsi",
15 "lcov",
16 "logform",
17 "Measurand",
18 "Mikro",
19 "mnemonist",
20 "mochawesome",
21 "ocpp",
22 "poolifier",
23 "preinstall",
24 "Recurrency",
25 "robohydra",
26 "tsdoc"
27 ]
28 }