textlint-plugin-html 
Add HTML support for textlint.
What is textlint plugin? Please see https://github.com/textlint/textlint/blob/master/docs/plugin.md
Installation
npm install textlint-plugin-html
Supported extensions
Usage
Manually add text plugin to do following:
{
"plugins": [
"html"
]
}
Lint HTML file with textlint
$ textlint index.html
Tests
npm test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT