htmlhintrc states that if a rule is undefined, it will use the default ruleset.
However, in gulp-htmlhint, the rules that are set to false are being removed. This results in the default rules of htmlhint being applied to the rules set as false in .htmlhintrc.
htmlhintrc states that if a rule is undefined, it will use the default ruleset.
However, in gulp-htmlhint, the rules that are set to false are being removed. This results in the default rules of htmlhint being applied to the rules set as false in
.htmlhintrc.