build: silence linter
[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 "bubbleprof",
17 "bufferutil",
18 "cacheable",
19 "choco",
20 "commitlint",
21 "corepack",
22 "csms",
23 "doctorprof",
24 "emerg",
25 "emobility",
26 "evse",
27 "evses",
28 "flameprof",
29 "heapprofiler",
30 "iccid",
31 "idtag",
32 "idtags",
33 "imsi",
34 "lcov",
35 "linebreak",
36 "logform",
37 "measurand",
38 "measurands",
39 "mikro",
40 "mnemonist",
41 "mochawesome",
42 "ocpp",
43 "olivierbagot",
44 "parens",
45 "piment",
46 "poolifier",
47 "preinstall",
48 "Recurrency",
49 "RFID",
50 "robohydra",
51 "shutdowning",
52 "sonarlint",
53 "SRPC",
54 "tsdoc",
55 "VCAP",
56 "webui"
57 ],
58 "sonarlint.connectedMode.project": {
59 "connectionId": "sap-1",
60 "projectKey": "e-mobility-charging-stations-simulator"
61 }
62 }