Skip to content

Commit

Permalink
add word
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Jan 31, 2022
1 parent 7a764f5 commit 13b299a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"LaViska",
"litelement",
"lowercasing",
"Lucide",
"maxlength",
"Menlo",
"minlength",
Expand Down Expand Up @@ -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
}

0 comments on commit 13b299a

Please sign in to comment.