textlint-rule-apostrophe
v2.0.0
Published
Textlint rule to check correct apostrophe usage
Downloads
25,185
Maintainers
Readme
textlint-rule-apostrophe
Textlint rule to check and fix correct apostrophe usage: replace '
and ‘
with ’
.
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
- textlint-rule-diacritics — words with diacritics
- textlint-rule-stop-words — filler words, buzzwords and clichés
- textlint-rule-terminology — correct terms spelling
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.