2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Update cspell config (#35647)

* specify the files to scan in the config
* enable `useGitignore` option
* remove a few unneeded suppressions
This commit is contained in:
XhmikosR
2022-01-11 11:17:12 +02:00
committed by GitHub
parent 17260410ba
commit d581737f78
6 changed files with 12 additions and 16 deletions
+7 -11
View File
@@ -19,7 +19,6 @@
"callouts",
"clearfix",
"Codesniffer",
"colorspace",
"combinator",
"Contentful",
"Cpath",
@@ -43,9 +42,7 @@
"fieldsets",
"flexbox",
"fullscreen",
"fusv",
"getbootstrap",
"globby",
"Grayscale",
"Hoverable",
"hreflang",
@@ -86,12 +83,10 @@
"scrollbars",
"scrollspy",
"Segoe",
"sirv",
"srcset",
"stickied",
"Stylelint",
"subnav",
"svgo",
"tabbable",
"textareas",
"toggleable",
@@ -99,7 +94,6 @@
"touchend",
"twbs",
"unitless",
"Unported",
"unstylable",
"unstyled",
"Uppercased",
@@ -109,15 +103,17 @@
"vstack",
"walkthroughs",
"WCAG",
"webfont",
"Woohoo",
"zindex",
"بالعالم",
"مرحبًا"
],
"language": "en,en-US",
"language": "en, en-US",
"files": [
"site/**/*.md"
],
"ignorePaths": [
".cspell.json",
".min."
]
"*.min.*"
],
"useGitignore": true
}