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