1.0.1 • Published 3 years ago

textlint-rule-no-em-dash v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

textlint-rule-no-em-dash

A textlint rule to disallow em dashes ()

CI npm version code style: prettier

Install

Install with npm:

npm install textlint-rule-no-em-dash

Usage

Via .textlintrc(Recommended)

{
  "rules": {
    "no-em-dash": true
  }
}

Via CLI

textlint --rule no-em-dash README.md

Build

Builds source codes for publish to the lib folder. You can write ES2015+ source codes in src/ folder.

npm run build

Tests

Run test code in test folder. Test textlint rule by textlint-tester.

npm test

License

MIT © Nick Cacace