htmlhint

Static code analysis tool for HTML files

brewmacoslinux
Try with needOr install directly
Source

About

Static code analysis tool you need for your HTML

Commands

htmlhint

Examples

Analyze a single HTML file$ htmlhint index.html
Analyze all HTML files in a directory$ htmlhint src/**/*.html
Analyze with a custom configuration file$ htmlhint index.html --config .htmlhintrc