stylelint task for gulpfile.js


.pipe(gulpStylelint({
reporters: [
{formatter: 'string', console: true}
]
}))