1.0.0 • Published 5 years ago

textlint-rule-note-with-period v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

textlint-rule-note-with-period

Install

Install with npm:

npm install textlint-rule-note-with-period

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "note-with-period": true
    }
}

Via CLI

textlint --rule note-with-period 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 ©