diff options
Diffstat (limited to '.cspell.json')
| -rw-r--r-- | .cspell.json | 41 |
1 files changed, 26 insertions, 15 deletions
diff --git a/.cspell.json b/.cspell.json index f985830ec..484af2af5 100644 --- a/.cspell.json +++ b/.cspell.json @@ -3,27 +3,31 @@ "words": [ "affordance", "allowfullscreen", + "Analyser", "autohide", "autohiding", "autoplay", "autoplays", + "autoplaying", "blazingly", "Blockquotes", "Bootstrappers", "borderless", + "Brotli", "browserslist", "browserslistrc", "btncheck", "btnradio", "callout", "callouts", + "camelCase", "clearfix", "Codesniffer", - "colorspace", "combinator", "Contentful", "Cpath", "Crossfade", + "crossfading", "cssgrid", "Csvg", "Datalists", @@ -36,19 +40,19 @@ "dropright", "dropstart", "dropup", + "dgst", "errorf", "favicon", "favicons", "fieldsets", "flexbox", "fullscreen", - "fusv", "getbootstrap", - "globby", "Grayscale", "Hoverable", "hreflang", "hstack", + "importmap", "jsdelivr", "Jumpstart", "keyframes", @@ -60,6 +64,8 @@ "markdownify", "mediaqueries", "minifiers", + "misfunction", + "mkdir", "monospace", "mouseleave", "navbars", @@ -69,9 +75,9 @@ "Noto", "offcanvas", "offcanvases", + "Packagist", "popperjs", "prebuild", - "precompiled", "prefersreducedmotion", "prepended", "printf", @@ -85,12 +91,13 @@ "scrollbars", "scrollspy", "Segoe", - "sirv", + "semibold", + "socio", "srcset", + "stackblitz", "stickied", "Stylelint", "subnav", - "svgo", "tabbable", "textareas", "toggleable", @@ -98,25 +105,29 @@ "touchend", "twbs", "unitless", - "Unported", "unstylable", "unstyled", "Uppercased", "urlize", + "urlquery", "vbtn", "viewports", + "Vite", "vstack", "walkthroughs", "WCAG", - "webfont", - "Woohoo", - "zindex", - "بالعالم", - "مرحبًا" + "zindex" + ], + "language": "en-US", + "files": [ + "**/*.md" ], - "language": "en,en-US", "ignorePaths": [ ".cspell.json", - ".min." - ] + "dist/", + "*.min.*", + "**/*rtl*", + "**/tests/**" + ], + "useGitignore": true } |
