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-orgManually add text plugin to do following:
{
"plugins": [
"org"
]
}Lint Org file with textlint
$ textlint test.org$ npm run test
$ npm run lint