1.0.0 • Published 5 years ago

textlint-rule-wrap-in-p-tags v1.0.0

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

textlint-rule-wrap-in-p-tags

Install

Install with npm:

npm install textlint-rule-wrap-in-p-tags

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "wrap-in-p-tags": true
    }
}

Via CLI

textlint --rule wrap-in-p-tags 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 ©