2024-11-28 15:45:41 +09:00

593 B

textlint-rule-zen-entry

Install

Install with npm:

npm install textlint-rule-zen-entry

Usage

Via .textlintrc.json(Recommended)

{
    "rules": {
        "zen-entry": true
    }
}

Via CLI

textlint --rule zen-entry 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 ©