A plugin for Atom Linter providing an interface to textlint.
$ apm install linter-textlint
.textlintrc
and the ruleYou have to do following steps before using.
.textlintrc
in your workspace ( .textlintrc
file format ).textlint-rule-*
) in your workspace via npm install
..textlintrc
and the ruleYou have to do following steps before using.
.textlintrc
in any directory ( .textlintrc
file format ).textlint-rule-*
) in any directory via npm install
..textlintrc
. It will only be used when there's no config file in project
/Users/work/my-textlint-config/.textlintrc
/Users/work/my-textlint-config/node_modules
Open any file(The workspace has not config file) with Atom Editor.