docs: improve code documentation
[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 "backoff",
15 "benoit",
16 "bufferutil",
17 "cacheable",
18 "commitlint",
19 "corepack",
20 "csms",
21 "emerg",
22 "emobility",
23 "evse",
24 "evses",
25 "iccid",
26 "idtag",
27 "idtags",
28 "imsi",
29 "lcov",
30 "logform",
31 "measurand",
32 "measurands",
33 "mikro",
34 "mnemonist",
35 "mochawesome",
36 "ocpp",
37 "piment",
38 "poolifier",
39 "preinstall",
40 "Recurrency",
41 "RFID",
42 "robohydra",
43 "shutdowning",
44 "sonarlint",
45 "SRPC",
46 "tsdoc",
47 "VCAP",
48 "webui"
49 ],
50 "sonarlint.connectedMode.project": {
51 "connectionId": "sap-1",
52 "projectKey": "e-mobility-charging-stations-simulator"
53 }
54 }