1.0.1 • Published 4 years ago

textlint-rule-need-space-after-marks v1.0.1

Weekly downloads
6
License
MIT
Repository
-
Last release
4 years ago

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 ©