This commit is contained in:
Cory LaViska
2022-01-31 10:46:22 -05:00
parent 7a764f51ec
commit 13b299a3aa

View File

@@ -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
}