chore: configure spellcheck via cspell

This commit is contained in:
Sam Potts
2022-04-18 20:28:05 +10:00
parent 1d4869beee
commit 5f9d090c13
3 changed files with 526 additions and 12 deletions

View File

@ -1,23 +1,33 @@
{
"version": "0.2",
"ignorePaths": [
"package.json"
],
"ignorePaths": ["package.json", "dist/*", "demo/node_modules/*"],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"autopause",
"autoplay",
"bote",
"cfda",
"classname",
"digbmx",
"fastly",
"fullscreen",
"gordita",
"magazin",
"menuitemradio",
"noupe",
"playsinline",
"plyr",
"rutheneum",
"seektime",
"selz",
"sparkk",
"srclang",
"strol",
"stylelint",
"unmute"
"unmute",
"videospiele",
"xywh"
],
"ignoreWords": [],
"import": []