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.
2 parents 03187e5 + 0d794ed commit 0f8b180Copy full SHA for 0f8b180
package.json
@@ -35,7 +35,7 @@
35
"lint:spaces": "editorconfig-cli",
36
"lint:styles": "stylelint \"source/styles/**/*.scss\"",
37
"lint:markup": "cd build && html-validator --quiet --continue",
38
- "lint:html": "linthtml source/**/*.html --config .linthtmlrc",
+ "lint:html": "linthtml build/**/*.html --config .linthtmlrc",
39
"lint:bem": "gulp lintBem --silent",
40
"lint:scripts": "eslint . --ignore-path .gitignore",
41
"prelint": "gulp processMarkup --silent",
0 commit comments