-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[failOnError] show eslint errors when failOnError is disabled #85
[failOnError] show eslint errors when failOnError is disabled #85
Conversation
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 251 253 +2
Branches 71 72 +1
=========================================
+ Hits 251 253 +2
Continue to review full report at Codecov.
|
603ea35
to
78b79d0
Compare
78b79d0
to
72c52f0
Compare
Hi @GertSallaerts |
Ahh...thanks for PR 😄 |
Thanks for your quick work on this one @GertSallaerts and @ricardogobbosouza 🚀 Any idea when this will be released? |
Hi @ZLevine |
@ricardogobbosouza thanks! I see it now :) |
This PR contains a:
Motivation / Use-Case
Eslint errors are no longer shown when you disable
failOnError
. See #84Breaking Changes
Additional Info