A plugin for Linter providing an interface to HTMLHint. It will be used with files that have the syntax.
Support for ignoring text using custom regular expressions.
If you have new needs, you can write in the issue, thank you.
Fork from linter-htmlhint.
The Linter package will be installed for you to provide an interface to this package. If you are using an alternative debugging interface that supports linter plugins simply disable Linter.
$ apm install linter-htmlhint-plus
This plugin will search for a HTMLHint configuration file called .htmlhintrc
and use that file if it exists in any parent folder. It will stop at the first .htmlhintrc
file found.
You can configure linter-htmlhint-plus
in Atom's Settings.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.