2.0.0 • Published 4 years ago

textlint-rule-apostrophe v2.0.0

Weekly downloads
1,566
License
MIT
Repository
github
Last release
4 years ago

textlint-rule-apostrophe

textlint fixable rule Build Status npm

Textlint rule to check and fix correct apostrophe usage: replace ' and with .

npm.io

Installation

npm install textlint-rule-apostrophe

Then enable the rule in your .textlintrc:

{
  "rules": {
    "apostrophe": true
  }
}

Read more about configuring textlint.

Usage

textlint --fix --rule apostrophe Readme.md

Other textlint rules

Change log

The change log can be found on the Releases page.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Sponsoring

This software has been developed with lots of coffee, buy me one more cup to keep it going.

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.