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 b3f247dCopy full SHA for b3f247d
package.json
@@ -34,7 +34,7 @@
34
"lint:html" : "linthtml source/**/*.html --config .linthtmlrc",
35
"lint:bem": "gulp lintBem --silent",
36
"prelint": "gulp processMarkup --silent",
37
- "lint": "npm run lint:spaces && npm run lint:styles && npm run lint:markup && npm run lint:bem && lint:html",
+ "lint": "npm run lint:spaces && npm run lint:styles && npm run lint:markup && npm run lint:bem && npm run lint:html",
38
"start": "gulp runDev",
39
"build": "gulp buildProd",
40
"preview": "gulp buildProd && gulp startServer"
0 commit comments