textlint-rule-need-space-after-marks

1.0.1 • Public • Published

textlint-rule-need-space-after-marks

Install

Install with npm:

npm install textlint-rule-need-space-after-marks

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "need-space-after-marks": true
    }
}

Via CLI

textlint --rule need-space-after-marks 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

ISC ©

Readme

Keywords

Package Sidebar

Install

npm i textlint-rule-need-space-after-marks

Weekly Downloads

5

Version

1.0.1

License

MIT

Unpacked Size

8.13 kB

Total Files

5

Last publish

Collaborators

  • yossy_1024