textlint-rule-lsp

textlint rule for langauge server protocol

Stars
5
Committers
1

Textlint Rule LSP

Textlint rule to check texts by language servers.

Install

Install with npm:

npm install textlint-rule-lsp

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "lsp": true
    }
}

Via CLI

textlint --rule lsp 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 © TANIGUCHI Masaya