From 64126f658e61019d54d0e66612ff4be7328785bf Mon Sep 17 00:00:00 2001 From: Westly Wright Date: Wed, 25 Apr 2018 14:52:06 -0700 Subject: [PATCH 1/2] change scss lint --- .sass-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 51b56678e557f8e8bfd2dad51212867f0b6c086d Mon Sep 17 00:00:00 2001 From: Westly Wright Date: Wed, 25 Apr 2018 15:20:27 -0700 Subject: [PATCH 2/2] lint error --- gulpfile.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); });