From 13b299a3aa5722c40ea5bc862be936a4cc1e5a9e Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 31 Jan 2022 10:46:22 -0500 Subject: [PATCH] add word --- cspell.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/cspell.json b/cspell.json index dd06ea1b..95ce7d57 100644 --- a/cspell.json +++ b/cspell.json @@ -58,6 +58,7 @@ "LaViska", "litelement", "lowercasing", + "Lucide", "maxlength", "Menlo", "minlength", @@ -111,7 +112,15 @@ "Webpacker", "wordmark" ], - "ignorePaths": ["package.json", "package-lock.json", ".vscode/**", "src/translations/!(en).ts", "**/*.min.js"], - "ignoreRegExpList": ["(^|[^a-z])sl[a-z]*(^|[^a-z])"], + "ignorePaths": [ + "package.json", + "package-lock.json", + ".vscode/**", + "src/translations/!(en).ts", + "**/*.min.js" + ], + "ignoreRegExpList": [ + "(^|[^a-z])sl[a-z]*(^|[^a-z])" + ], "useGitignore": true }