1.0.1 • Published 6 years ago
textlint-rule-need-space-after-marks v1.0.1
textlint-rule-need-space-after-marks
Install
Install with npm:
npm install textlint-rule-need-space-after-marksUsage
Via .textlintrc(Recommended)
{
"rules": {
"need-space-after-marks": true
}
}Via CLI
textlint --rule need-space-after-marks 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 ©
1.0.1
6 years ago