1000ch / linter-textlint

A plugin for Atom Linter providing an interface to textlint.
https://atom.io/packages/linter-textlint
33 stars 13 forks source link
atom atom-linter textlint

linter-textlint

Dependency Status Build Status Build Status Build Status

A plugin for Atom Linter providing an interface to textlint.

Installation

$ apm install linter-textlint

Configuration

Use your project .textlintrc and the rule

You have to do following steps before using.

  1. Put .textlintrc in your workspace ( .textlintrc file format ).
  2. Install textlint plugins (textlint-rule-*) in your workspace via npm install.
  3. Open the workspace with Atom Editor.

Use global .textlintrc and the rule

You have to do following steps before using.

  1. Put .textlintrc in any directory ( .textlintrc file format ).
  2. Install textlint plugins (textlint-rule-*) in any directory via npm install.
  3. Open Atom and Show linter-textlint's setting.
  4. Set following setting:

setting

Open any file(The workspace has not config file) with Atom Editor.

License

MIT © Shogo Sensui