1.2.4 • Published 4 years ago
textlint-rule-en-spell v1.2.4
textlint-rule-en-spell
A textlint rule to check English spelling. The dictionary is included.
1:1 ✓ error typimg => typing en-spellInstall
Install with npm:
npm install textlint-rule-en-spellUsage
Via .textlintrc(Recommended)
{
"rules": {
"en-spell": true
}
}with TextlintRuleEnSpellOptions
{
"rules": {
"en-spell": {
"personalDictionary": ["foo", "bar/color", "*baz"]
}
}
}Via CLI
textlint --rule en-spell README.mdBuild
Builds source codes for publish to the lib folder.
You can write ES2015+ source codes in src/ folder.
npm run buildTests
Run test code in test folder.
Test textlint rule by textlint-tester.
npm testDisclaimer
Please see DISCLAIMER.md.
License
MIT © Hood