mmyjona / textlint-rule-fake-pic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

textlint-rule-fake-pic

Install

Install with npm:

npm install textlint-rule-fake-pic

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "fake-pic": true
    }
}

Via CLI

textlint --rule fake-pic 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 ©

About


Languages

Language:JavaScript 100.0%