GoSkola24API/cspell.json
zervo 01901719e5 Add spell configuration
Add basic cspell configuration and dictionary to remove false spelling warnings.
2024-12-09 08:53:01 +01:00

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": []
}