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