grunt-htmlhint
grunt-htmlhint copied to clipboard
Validate html files with htmlhint.
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.4.1 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
**Fixes**: # 🚨 Please review the [guidelines for contributing](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md) to this repository. 🚨 **Please complete these steps and check these boxes (by putting an x...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
There are no formal releases or tags for this repository (github tab is empty). It would be very handy to add them. Thanks!
like https://developer.mozilla.org/en/docs/Web/SVG/Element/clipPath `The html element name of [ clipPath ] must be in lowercase. (tagname-lowercase)` `clippath` is `clipPath` in html
I keep receiving the following warning whenever I do anything with NPM after installing grunt-htmlhint: ``` npm WARN [email protected] requires a peer of grunt@~0.4.1 but none was installed. ``` OS:...
When running the task, I would expect the task to fail when any error is found within the html. (according to the validation rules I made up). In my case,...