grunt-htmlhint icon indicating copy to clipboard operation
grunt-htmlhint copied to clipboard

Validate html files with htmlhint.

Results 15 grunt-htmlhint issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=grunt&from_version=1.4.1&to_version=1.5.3&pr_id=d7991a64-cb3b-426f-b693-eda1219dfe4d&visibility=true&has_feature_flag=false) #### 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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=htmlhint&from_version=0.10.3&to_version=0.16.2&pr_id=81efe5a8-a30f-4db1-ab7c-3db98e978ba5&visibility=true&has_feature_flag=false) #### 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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=htmlhint&from_version=0.10.3&to_version=0.13.1&pr_id=d2f701f2-5179-48b9-af12-f25842899344&visibility=true&has_feature_flag=false) #### 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,...