0.1.1 • Published 1 year ago

textlint-rule-standardizer v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

textlint-rule-standardizer

Install

Install with npm:

npm install textlint-rule-standardizer

Usage

Via .textlintrc.json(Recommended)

{
    "rules": {
        "standardizer": true
    }
}

Via CLI

textlint --rule standardizer 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 ©