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