textlint-rule-quotes

1.0.0 • Public • Published

textlint-rule-quotes

textlint fixable rule Node.js CI status npm

Textlint rule to check and fix correct usage of quotes and replace straight quotes (") with proper quotes (“”).

textlint-rule-quotes

Installation

First, install from npm:

npm install textlint-rule-quotes

Then enable the rule in your .textlintrc:

{
  "rules": {
    "quotes": true
  }
}

Read more about configuring textlint.

Usage

textlint --fix --rule quotes Readme.md

Other textlint rules

Change log

The change log can be found on the Releases page.

Contributing

Bug fixes are welcome, but not new features. 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.

Buy Me A Coffee

Authors and license

Artem Sapegin and contributors.

MIT License, see the included License.md file.

Package Sidebar

Install

npm i textlint-rule-quotes

Weekly Downloads

6

Version

1.0.0

License

MIT

Unpacked Size

5.46 kB

Total Files

4

Last publish

Collaborators

  • sapegin