1.0.1 • Published 2 years ago
cspell-dict-pinyin v1.0.1
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"
}
]
}