0.0.2 • Published 9 years ago
textlint-rule-single-nado v0.0.2
textlint-rule-single-nado
Install
Install with npm:
npm install textlint-rule-single-nadoUsage
Via .textlintrc(Recommended)
{
"rules": {
"single-nado": true
}
}Via CLI
textlint --rule single-nado 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
MIT © kongou-ae