01901719e5
Add basic cspell configuration and dictionary to remove false spelling warnings.
17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"version": "0.2",
|
|
"ignorePaths": [],
|
|
"dictionaryDefinitions": [
|
|
{
|
|
"name": "custom-dictionary",
|
|
"path": "./.cspell/custom-dictionary.txt",
|
|
"addWords": true
|
|
}
|
|
],
|
|
"dictionaries": [
|
|
"custom-dictionary"
|
|
],
|
|
"words": [],
|
|
"ignoreWords": [],
|
|
"import": []
|
|
}
|