mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
32
cspell.json
Normal file
32
cspell.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user