diff --git a/.cspell.json b/src/.cspell.json similarity index 88% rename from .cspell.json rename to src/.cspell.json index f7eaa042..64122c43 100644 --- a/.cspell.json +++ b/src/.cspell.json @@ -1,17 +1,17 @@ -{ - // Enable your dictionary by adding it to the list of `dictionaries` - "dictionaries": ["custom-words"], - - // Tell CSpell about your dictionary - "dictionaryDefinitions": [ - { - // The name of the dictionary is used to look it up. - "name": "custom-words", - // Path to the custom word file. Relative to this `cspell.json` file. - "path": "./docs/lang/custom-words.txt", - // Some editor extensions will use `addWords` for adding words to your - // personal dictionary. - "addWords": true - } - ] +{ + // Enable your dictionary by adding it to the list of `dictionaries` + "dictionaries": ["custom-words"], + + // Tell CSpell about your dictionary + "dictionaryDefinitions": [ + { + // The name of the dictionary is used to look it up. + "name": "custom-words", + // Path to the custom word file. Relative to this `cspell.json` file. + "path": "../docs/lang/custom-words.txt", + // Some editor extensions will use `addWords` for adding words to your + // personal dictionary. + "addWords": true + } + ] } \ No newline at end of file