aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index f8ed456b0..46fe2050d 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -196,7 +196,8 @@ gulp.task('lint-scss', function() {
.pipe(gulpStylelint({
reporters: [
{formatter: 'string', console: true}
- ]
+ ],
+ fix: true,
}));
});