diff --git a/.sass-lint.yml b/.sass-lint.yml index 322475458e2..772528adb8b 100644 --- a/.sass-lint.yml +++ b/.sass-lint.yml @@ -19,5 +19,5 @@ rules: - convention: 'hyphenatedbem' no-color-keywords: 0 no-color-literals: 0 - property-sort-order: 0 - one-declaration-per-line: 1 \ No newline at end of file + property-sort-order: 2 + one-declaration-per-line: 1 diff --git a/gulpfile.babel.js b/gulpfile.babel.js index d5a721c4503..4b927601a24 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -154,6 +154,6 @@ gulp.task('cms-delete', () => { return del(['static/admin'], { dot: true }); }); -gulp.task('pub-delete', (cb) => { +gulp.task('pub-delete', () => { return del(['public/**', '!public']); });