fix spelling inconsistencies
npm install textlint-rule-standardizerInstall with npm:
npm install textlint-rule-standardizer
Via .textlintrc.json(Recommended)
``json`
{
"rules": {
"standardizer": true
}
}
Via CLI
``
textlint --rule standardizer README.md
Builds source codes for publish to the lib folder.src/
You can write ES2015+ source codes in folder.
npm run build
Run test code in test` folder.
Test textlint rule by textlint-tester.
npm test
ISC ©