File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 "preview" : " npm run build && browser-sync start -s build/ --cors --no-notify --no-ui" ,
2020 "prelint" : " gulp processMarkup --silent" ,
2121 "lint" : " npm-run-all -pc lint:**" ,
22- "lint:spaces" : " editorconfig-cli " ,
22+ "lint:spaces" : " ec --exclude vendor/* " ,
2323 "lint:markup" : " cd build && html-validator --quiet" ,
2424 "lint:html" : " linthtml build/**/*.html --config .linthtmlrc" ,
2525 "lint:bem" : " gulp lintBem --silent" ,
2626 "lint:styles" : " stylelint \" source/styles/**/*.scss\" " ,
27- "lint:scripts" : " eslint . --ignore-path .gitignore" ,
27+ "lint:scripts" : " eslint . --ignore-path .gitignore --ignore-pattern 'vendor/**' " ,
2828 "optimize" : " npm-run-all -p optimize:**" ,
2929 "optimize:raster" : " gulp optimizeRaster" ,
3030 "optimize:vector" : " gulp optimizeVector"
You can’t perform that action at this time.
0 commit comments