Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
fix(stylelint): Avoid duplicate linter output.
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGrey committed May 30, 2017
1 parent 53499db commit 06b2aa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack/_common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ module.exports = function (env) {
new ProgressPlugin(),
getTsCheckerPlugin(env),
new StyleLintPlugin({
quiet: false,
failOnError: !isDev,
configFile: root(".stylelintrc"),
files: "src/**/*.scss",
Expand Down

0 comments on commit 06b2aa5

Please sign in to comment.