refactor: organize constants
[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 ],
3e985d18 11 "mochaExplorer.files": ["test/**/*Test.ts"],
ba516f9c 12 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
18e46645 13 "cSpell.words": [
149f6c4b 14 "benoit",
82e91d8f
JB
15 "bufferutil",
16 "cacheable",
18e46645 17 "commitlint",
d4371252 18 "csms",
51022aa0 19 "emobility",
2585c6e9
JB
20 "evse",
21 "evses",
18e46645 22 "iccid",
c3da35d4 23 "idtag",
18e46645 24 "imsi",
82e91d8f
JB
25 "lcov",
26 "logform",
d4371252
JB
27 "measurand",
28 "measurands",
29 "mikro",
18e46645 30 "mnemonist",
82e91d8f 31 "mochawesome",
18e46645 32 "ocpp",
149f6c4b 33 "piment",
18e46645 34 "poolifier",
82e91d8f
JB
35 "preinstall",
36 "Recurrency",
37 "robohydra",
149f6c4b 38 "sonarlint",
7d34a2f4 39 "SRPC",
064d000b 40 "tsdoc",
7671fa0b 41 "VCAP",
064d000b 42 "webui"
65fe3d88
JB
43 ],
44 "sonarlint.connectedMode.project": {
45 "connectionId": "sap-1",
46 "projectKey": "e-mobility-charging-stations-simulator"
47 }
2e6f5966 48}