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