From 18e466451298371ea0a7fc18d1a6e16e5c61672b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 25 Apr 2023 11:29:28 +0200 Subject: [PATCH] build(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 --- .vscode/settings.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ea3fba6b..5763a01a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,16 @@ "testExplorer.useNativeTesting": true, "mochaExplorer.files": ["test/**/*Test.ts"], "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests", - "cSpell.words": ["CSMS", "iccid", "imsi", "Measurand", "Mikro", "ocpp", "poolifier", "Recurrency"] + "cSpell.words": [ + "commitlint", + "CSMS", + "iccid", + "imsi", + "Measurand", + "Mikro", + "mnemonist", + "ocpp", + "poolifier", + "Recurrency" + ] } -- 2.34.1