awal/.cspell.json

21 lines
664 B
JSON

{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"dictionaries": ["latex", "ru-ru", "en-gb", "custom"],
"import": [
"@cspell/dict-ru_ru/cspell-ext.json",
"@cspell/dict-en-gb/cspell-ext.json",
"@cspell/dict-latex/cspell-ext.json",
"@cspell/dict-fullstack/cspell-ext.json",
"@cspell/dict-markdown/cspell-ext.json",
"@cspell/dict-software-terms/cspell-ext.json"
],
"dictionaryDefinitions": [
{
"name": "custom",
"path": "src/dictionary.txt",
"addWords": true
}
],
"ignorePaths": ["LICENSE.md", "AUTHORS.md", "CODE_OF_CONDUCT.md"]
}