mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 17:44:15 +02:00
Update cspell config (#35680)
* use `en-US` * scan all markdown files * ignore dist, rtl and tests files
This commit is contained in:
15
.cspell.json
15
.cspell.json
@@ -11,6 +11,7 @@
|
|||||||
"Blockquotes",
|
"Blockquotes",
|
||||||
"Bootstrappers",
|
"Bootstrappers",
|
||||||
"borderless",
|
"borderless",
|
||||||
|
"Brotli",
|
||||||
"browserslist",
|
"browserslist",
|
||||||
"browserslistrc",
|
"browserslistrc",
|
||||||
"btncheck",
|
"btncheck",
|
||||||
@@ -67,6 +68,7 @@
|
|||||||
"Noto",
|
"Noto",
|
||||||
"offcanvas",
|
"offcanvas",
|
||||||
"offcanvases",
|
"offcanvases",
|
||||||
|
"Packagist",
|
||||||
"popperjs",
|
"popperjs",
|
||||||
"prebuild",
|
"prebuild",
|
||||||
"precompiled",
|
"precompiled",
|
||||||
@@ -103,17 +105,18 @@
|
|||||||
"vstack",
|
"vstack",
|
||||||
"walkthroughs",
|
"walkthroughs",
|
||||||
"WCAG",
|
"WCAG",
|
||||||
"zindex",
|
"zindex"
|
||||||
"بالعالم",
|
|
||||||
"مرحبًا"
|
|
||||||
],
|
],
|
||||||
"language": "en, en-US",
|
"language": "en-US",
|
||||||
"files": [
|
"files": [
|
||||||
"site/**/*.md"
|
"**/*.md"
|
||||||
],
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
".cspell.json",
|
".cspell.json",
|
||||||
"*.min.*"
|
"dist/",
|
||||||
|
"*.min.*",
|
||||||
|
"**/*rtl*",
|
||||||
|
"**/tests/**"
|
||||||
],
|
],
|
||||||
"useGitignore": true
|
"useGitignore": true
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user