1.4.0 • Published 4 years ago

textlint-rule-max-doc-width v1.4.0

Weekly downloads
1,560
License
MIT
Repository
github
Last release
4 years ago

textlint-rule-max-doc-width

Install

Install with npm:

npm install textlint-rule-max-doc-width

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "max-doc-width": true
    }
}

Via CLI

textlint --rule max-doc-width 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

MIT © 0Delta

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago