build: cleanup eslint configuration
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
index ea3fba6b7c36097796fdf1d92310c1b1b11b97e5..ff191d38b4fd0832541cd2b7c388810c43386028 100644 (file)
@@ -3,7 +3,36 @@
     "source.fixAll": true
   },
   "testExplorer.useNativeTesting": true,
+  "mochaExplorer.nodeArgv": [
+    "--loader=ts-node/esm",
+    "--no-warnings=ExperimentalWarning",
+    "--experimental-specifier-resolution=node"
+  ],
   "mochaExplorer.files": ["test/**/*Test.ts"],
   "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
-  "cSpell.words": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier", "Recurrency"]
+  "cSpell.words": [
+    "benoit",
+    "bufferutil",
+    "cacheable",
+    "commitlint",
+    "CSMS",
+    "evse",
+    "evses",
+    "iccid",
+    "imsi",
+    "lcov",
+    "logform",
+    "Measurand",
+    "Mikro",
+    "mnemonist",
+    "mochawesome",
+    "ocpp",
+    "piment",
+    "poolifier",
+    "preinstall",
+    "Recurrency",
+    "robohydra",
+    "sonarlint",
+    "tsdoc"
+  ]
 }