From d9161212ff353a63bd1e9da192d46959a66219f1 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Thu, 9 Mar 2023 22:32:20 +1100 Subject: [PATCH] chore(cspell): add dictionaries --- cspell.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cspell.json b/cspell.json index 9866a40d..22e1cfd4 100644 --- a/cspell.json +++ b/cspell.json @@ -1,12 +1,8 @@ { "version": "0.2", - "ignorePaths": [ - "package.json", - "dist/*", - "demo/node_modules/*" - ], + "ignorePaths": ["package.json", "dist/*", "demo/node_modules/*"], "dictionaryDefinitions": [], - "dictionaries": [], + "dictionaries": ["en-gb", "softwareTerms", "html", "css", "typescript"], "words": [ "autopause", "autoplay",