0.3.5 • Published 3 years ago
textlint-plugin-org v0.3.5
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-orgUsage
Manually add text plugin to do following:
edit .textlintrc
{
"plugins": [
"org"
]
}Lint Org file with textlint
$ textlint test.orgTests
$ npm run testLint
$ npm run lintRelease
$ npm run build
$ npm version patch
$ npm publish