linter-textlint
linter-textlint copied to clipboard
A plugin for Atom Linter providing an interface to textlint.
linter-textlint
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.
- Put
.textlintrcin your workspace (.textlintrcfile format ). - Install textlint plugins (
textlint-rule-*) in your workspace vianpm install. - Open the workspace with Atom Editor.
Use global .textlintrc and the rule
You have to do following steps before using.
- Put
.textlintrcin any directory (.textlintrcfile format ). - Install textlint plugins (
textlint-rule-*) in any directory vianpm install. - Open Atom and Show linter-textlint's setting.
- 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
- e.g.)
- 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
- e.g.)

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