A plugin for Atom Linter providing an interface to textlint.
$ apm install linter-textlint
You have to do following steps before using.
- Put
.textlintrc
in your workspace (.textlintrc
file format ). - Install textlint plugins (
textlint-rule-*
) in your workspace vianpm install
. - Open the workspace with Atom Editor.
You have to do following steps before using.
- Put
.textlintrc
in any directory (.textlintrc
file 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.