textlint-plugin-org
v0.3.5
Published
Textlint plugin for Org mode
Downloads
125
Readme
textlint-plugin-org
Add Org mode support for textlint.
What is textlint plugin? Please see https://github.com/textlint/textlint/blob/master/docs/plugin.md
Install
$ npm install textlint-plugin-org
Usage
Manually add text plugin to do following:
edit .textlintrc
{
"plugins": [
"org"
]
}
Lint Org file with textlint
$ textlint test.org
Tests
$ npm run test
Lint
$ npm run lint
Release
$ npm run build
$ npm version patch
$ npm publish