Textlint rule to check and fix correct usage of quotes and replace straight quotes ("
) with proper quotes (“”
).
First, install from npm:
npm install textlint-rule-quotes
Then enable the rule in your .textlintrc
:
{
"rules": {
"quotes": true
}
}
Read more about configuring textlint.
textlint --fix --rule quotes Readme.md
- textlint-rule-diacritics — words with diacritics
- textlint-rule-apostrophe — correct apostrophe usage
- textlint-rule-stop-words — filler words, buzzwords and clichés
- textlint-rule-terminology — correct terms spelling
The change log can be found on the Releases page.
Bug fixes are welcome, but not new features. Please take a moment to review the contributing guidelines.
This software has been developed with lots of coffee, buy me one more cup to keep it going.
Artem Sapegin and contributors.
MIT License, see the included License.md file.