textlint-rule-no-em-dash

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i textlint-rule-no-em-dash

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

5.17 kB

Total Files

5

Last publish

Collaborators

  • bearalliance