build: silence linter
[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,
0dbbeba1
JB
6 "mochaExplorer.nodeArgv": [
7 "--loader=ts-node/esm",
8 "--no-warnings=ExperimentalWarning",
9 "--experimental-specifier-resolution=node"
10 ],
d4ad9d45 11 "mochaExplorer.files": ["test/**/*.test.ts"],
ba516f9c 12 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
18e46645 13 "cSpell.words": [
361c98f5 14 "backoff",
149f6c4b 15 "benoit",
0215fd14 16 "bubbleprof",
82e91d8f
JB
17 "bufferutil",
18 "cacheable",
f1abe9af 19 "choco",
18e46645 20 "commitlint",
a712de6f 21 "corepack",
d4371252 22 "csms",
0215fd14 23 "doctorprof",
31b5738e 24 "emerg",
51022aa0 25 "emobility",
2585c6e9
JB
26 "evse",
27 "evses",
0215fd14
JB
28 "flameprof",
29 "heapprofiler",
18e46645 30 "iccid",
c3da35d4 31 "idtag",
7b5dbe91 32 "idtags",
18e46645 33 "imsi",
82e91d8f 34 "lcov",
09efa771 35 "linebreak",
82e91d8f 36 "logform",
d4371252
JB
37 "measurand",
38 "measurands",
39 "mikro",
18e46645 40 "mnemonist",
82e91d8f 41 "mochawesome",
18e46645 42 "ocpp",
d2c77754 43 "olivierbagot",
09efa771 44 "parens",
149f6c4b 45 "piment",
18e46645 46 "poolifier",
82e91d8f
JB
47 "preinstall",
48 "Recurrency",
5ced7e80 49 "RFID",
82e91d8f 50 "robohydra",
fca8bc64 51 "shutdowning",
149f6c4b 52 "sonarlint",
7d34a2f4 53 "SRPC",
064d000b 54 "tsdoc",
7671fa0b 55 "VCAP",
064d000b 56 "webui"
65fe3d88
JB
57 ],
58 "sonarlint.connectedMode.project": {
59 "connectionId": "sap-1",
60 "projectKey": "e-mobility-charging-stations-simulator"
61 }
2e6f5966 62}