This commit is contained in:
TheGiddyLimit
2024-01-01 19:34:49 +00:00
parent 332769043f
commit 8117ebddc5
1748 changed files with 2544409 additions and 1 deletions

32
cspell.json Normal file
View File

@@ -0,0 +1,32 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"dictionaryDefinitions": [
{
"name": "dnd-words",
"path": "./spellcheck/dnd-words.txt",
"addWords": true
},
{
"name": "javascript-words",
"path": "./spellcheck/javascript-words.txt",
"addWords": true
},
{
"name": "artist-names",
"path": "./spellcheck/artist-names.txt",
"addWords": true
}
],
"dictionaries": [
"dnd-words",
"javascript-words",
"artist-names"
],
"ignorePaths": [
"./spellcheck/*.txt",
"node_modules",
"lib/",
"js/sw-files.js"
]
}