textlint-rule-no-em-dash
v1.0.1
Published
a textlint rule to disallow em dashes
Readme
textlint-rule-no-em-dash
A textlint rule to disallow em dashes (—)
Install
Install with npm:
npm install textlint-rule-no-em-dashUsage
Via .textlintrc(Recommended)
{
"rules": {
"no-em-dash": true
}
}Via CLI
textlint --rule no-em-dash 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 © Nick Cacace
