From 3626e947921512bf9773470c42d34a6b214b27a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Tue, 14 Mar 2023 15:33:47 +0000 Subject: [PATCH] [web] Use additional cspell dictionaries --- web/cspell.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/cspell.json b/web/cspell.json index 7f0753d99..d3b690f1d 100644 --- a/web/cspell.json +++ b/web/cspell.json @@ -6,6 +6,18 @@ "src/lib/cockpit.js", "src/lib/cockpit-po-plugin.js" ], + "import": [ + "@cspell/dict-css/cspell-ext.json", + "@cspell/dict-en-common-misspellings/cspell-ext.json", + "@cspell/dict-fullstack/cspell-ext.json", + "@cspell/dict-html/cspell-ext.json" + ], + "dictionaries": [ + "css", + "en-common-misspelling", + "fullstack", + "html" + ], "ignoreWords": [ "addrs", "apsens",