Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 445a0a2

Browse files
committed
html lint case attr - false
1 parent 171c892 commit 445a0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/lint-html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function (options) {
1313
return (done) => {
1414
gulp.src(`${options.dest}/*.html`)
1515
.pipe(htmlhint({
16-
'attr-lowercase': ['viewBox'],
16+
'attr-lowercase': false,
1717
}))
1818
.pipe(htmlhint.reporter('htmlhint-stylish'))
1919
.pipe(htmlhint.failOnError({

0 commit comments

Comments
 (0)