Linter Textlint Save

A plugin for Atom Linter providing an interface to textlint.

Project README

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:
  • .textlintrc Path : path to .textlintrc. It will only be used when there's no config file in project
    • e.g.) /Users/work/my-textlint-config/.textlintrc
  • textlint Rules Dir: path to node_modules directory. It will only be used when there's no config file in project
    • e.g.) /Users/work/my-textlint-config/node_modules

setting

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

License

MIT © Shogo Sensui

Open Source Agenda is not affiliated with "Linter Textlint" Project. README Source: 1000ch/linter-textlint
Stars
33
Open Issues
15
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating