We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887fd52 commit 56b1792Copy full SHA for 56b1792
package.json
@@ -30,7 +30,7 @@
30
"scripts": {
31
"lint:spaces": "editorconfig-cli",
32
"lint:styles": "stylelint \"source/sass/**/*.scss\" --custom-syntax postcss-scss",
33
- "lint:markup": "cd build && html-validator --quiet",
+ "lint:markup": "cd build && html-validator --quiet --continue",
34
"lint:html" : "linthtml source/**/*.html --config .linthtmlrc",
35
"lint:bem": "gulp lintBem --silent",
36
"prelint": "gulp processMarkup --silent",
0 commit comments