DescriptionI chose htmlhint because there is a linter-* plugin in Atoms plugin repository (I recommended Atom to @Lisa for writing HTML and Markdown).
## Usage
### CLI
- `npm i htmlhint -g`
- `htmlhint --config /path/to/config /path/to/file.html
### Atom
- Install linter-htmlhint
- Link `codingtools/htmlhintrc.json` to `$HOME/htmlhintrc`
Patch Set 1 #Patch Set 2 : Removed doctype and title rules #MessagesTotal messages: 4
|