cspell-dict-pinyin
v1.0.1
Published
Install dictionary:
Readme
Usage
Install dictionary:
yarn add --dev cspell-dict-pinyinConfig CSpell file (.cspell.json or cspell.json):
{
"dictionaries": ["pinyin"],
"dictionaryDefinitions": [
{
"name": "pinyin",
"path": "./node_modules/cspell-dict-pinyin/words.txt.gz"
}
]
}