1.0.0 • Published 6 years ago
textlint-rule-note-with-period v1.0.0
textlint-rule-note-with-period
Install
Install with npm:
npm install textlint-rule-note-with-periodUsage
Via .textlintrc(Recommended)
{
"rules": {
"note-with-period": true
}
}Via CLI
textlint --rule note-with-period 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 ©
1.0.0
6 years ago