refactor(ui): silence wrong spelling report
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 22:53:44 +0000 (00:53 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 22:53:44 +0000 (00:53 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/.vscode/settings.json

index eb3d18bbe9452ab8bcde30086aaa3631b92513c5..6ff436bb71fdcdfda230650191641f080a009edc 100644 (file)
@@ -1,5 +1,13 @@
 {
   "editor.codeActionsOnSave": {
     "source.fixAll": true
-  }
+  },
+  "cSpell.words": [
+    "composables",
+    "iccid",
+    "idtag",
+    "imsi",
+    "ocpp",
+    "RFID"
+  ]
 }