Skip to content

Commit

Permalink
Correctly surface linting errors
Browse files Browse the repository at this point in the history
Linting errors are caught by `postcss-import` so we need to allow them
through to postcss-reporter
  • Loading branch information
simonsmith committed Jul 8, 2016
1 parent 98786fb commit a2b3aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lint": true,
"postcss-reporter": {
"plugins": ["stylelint", "postcss-bem-linter"],
"plugins": ["stylelint", "postcss-import", "postcss-bem-linter"],
"throwError": true
}
}

0 comments on commit a2b3aec

Please sign in to comment.