textlint-rule-standardizer
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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 ©

Readme

Keywords

Package Sidebar

Install

npm i textlint-rule-standardizer

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

27.9 kB

Total Files

6

Last publish

Collaborators

  • orokasan