From 3539249c39f181dd8de72f33a95d3f04b6bae22f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 25 Apr 2023 00:53:44 +0200 Subject: [PATCH] refactor(ui): silence wrong spelling report MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/.vscode/settings.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/web/.vscode/settings.json b/ui/web/.vscode/settings.json index eb3d18bb..6ff436bb 100644 --- a/ui/web/.vscode/settings.json +++ b/ui/web/.vscode/settings.json @@ -1,5 +1,13 @@ { "editor.codeActionsOnSave": { "source.fixAll": true - } + }, + "cSpell.words": [ + "composables", + "iccid", + "idtag", + "imsi", + "ocpp", + "RFID" + ] } -- 2.34.1