Update gulpfile.js

pull/3729/head
Daniel 2021-05-20 03:48:46 +05:30
parent a337965c33
commit ac0f42a945
1 changed files with 3 additions and 1 deletions

View File

@ -117,9 +117,11 @@ const scss = () => {
const lintScss = () => {
return src([paths.src.scss + '/**/*.scss'], { since: lastRun(lintScss) })
.pipe(gulpStylelint({
failAfterError: false,
reporters: [
{ formatter: 'string', console: true }
]
],
debug: true
}))
}