mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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:
parent
17260410ba
commit
d581737f78
6 changed files with 12 additions and 16 deletions
18
.cspell.json
18
.cspell.json
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue