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 }