Skip to content

Commit 56b1792

Browse files
authored
Update html validation
1 parent 887fd52 commit 56b1792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"scripts": {
3131
"lint:spaces": "editorconfig-cli",
3232
"lint:styles": "stylelint \"source/sass/**/*.scss\" --custom-syntax postcss-scss",
33-
"lint:markup": "cd build && html-validator --quiet",
33+
"lint:markup": "cd build && html-validator --quiet --continue",
3434
"lint:html" : "linthtml source/**/*.html --config .linthtmlrc",
3535
"lint:bem": "gulp lintBem --silent",
3636
"prelint": "gulp processMarkup --silent",

0 commit comments

Comments
 (0)