Skip to content

Commit

Permalink
Fix stylelint formater
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 23, 2023
1 parent 11d4e91 commit 4a6e021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function lintscss() {
gulpStylelint({
failAfterError: true,
fix: hasFixFlag(),
reporters: [{ formatter: "verbose", console: true }]
reporters: [{ formatter: 'string', console: true }]
})
)
.pipe(
Expand Down

0 comments on commit 4a6e021

Please sign in to comment.