Skip to content

Commit 0f8b180

Browse files
Merge pull request #54 from firefoxic/fix/linthtml
Run linthtml for result markup
2 parents 03187e5 + 0d794ed commit 0f8b180

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
@@ -35,7 +35,7 @@
3535
"lint:spaces": "editorconfig-cli",
3636
"lint:styles": "stylelint \"source/styles/**/*.scss\"",
3737
"lint:markup": "cd build && html-validator --quiet --continue",
38-
"lint:html": "linthtml source/**/*.html --config .linthtmlrc",
38+
"lint:html": "linthtml build/**/*.html --config .linthtmlrc",
3939
"lint:bem": "gulp lintBem --silent",
4040
"lint:scripts": "eslint . --ignore-path .gitignore",
4141
"prelint": "gulp processMarkup --silent",

0 commit comments

Comments
 (0)