build: fix sonarlint settings
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "testExplorer.useNativeTesting": true,
6 "mochaExplorer.nodeArgv": [
7 "--loader=ts-node/esm",
8 "--no-warnings=ExperimentalWarning",
9 "--experimental-specifier-resolution=node"
10 ],
11 "mochaExplorer.files": ["test/**/*Test.ts"],
12 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
13 "cSpell.words": [
14 "benoit",
15 "bufferutil",
16 "cacheable",
17 "commitlint",
18 "CSMS",
19 "evse",
20 "evses",
21 "iccid",
22 "imsi",
23 "lcov",
24 "logform",
25 "Measurand",
26 "Mikro",
27 "mnemonist",
28 "mochawesome",
29 "ocpp",
30 "piment",
31 "poolifier",
32 "preinstall",
33 "Recurrency",
34 "robohydra",
35 "sonarlint",
36 "tsdoc"
37 ],
38 "sonarlint.connectedMode.project": {
39 "connectionId": "sap-1",
40 "projectKey": "e-mobility-charging-stations-simulator"
41 }
42 }