HTML-Lint
HTML-Lint copied to clipboard
A code quality bookmarklet and command-line tool
Results
3
HTML-Lint issues
Sort by
recently updated
recently updated
newest added
If this was an eslint plugin, it would be way easier to use
There seems to be no way that I can find to do something like: `html-lint dist/*.html`
Seems to be missing options for user configuration. Options for linting based on usage: 1. Disable output (currently writes out files to ./temp folder, this isn't always desirable) 1. Ignore...