Skip to content

Commit 99d873e

Browse files
Merge pull request #40 from htmlacademy/balesniy-patch-2
Update html validation
2 parents dc1a0ef + 56b1792 commit 99d873e

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)