0.1.1 • Published 3 years ago
textlint-rule-standardizer v0.1.1
textlint-rule-standardizer
Install
Install with npm:
npm install textlint-rule-standardizerUsage
Via .textlintrc.json(Recommended)
{
"rules": {
"standardizer": true
}
}Via CLI
textlint --rule standardizer 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 testLicense
ISC ©
0.1.1
3 years ago