Add Org mode support for textlint.
What is textlint plugin? Please see https://github.com/textlint/textlint/blob/master/docs/plugin.md
$ npm install textlint-plugin-org
Manually add text plugin to do following:
{
"plugins": [
"org"
]
}
Lint Org file with textlint
$ textlint test.org
$ npm run test
$ npm run lint