-
Notifications
You must be signed in to change notification settings - Fork 5
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
eslintOption "fix" not working #3
Comments
Thanks for reporting! This is fixed in 1.3.3 🎉 |
Hi, thanks for the quick fix! Unfortunately this was still not working for me and after debugging through your code I found the issue. report.output can be defined even when there are now messages to display. When this is the case the function is returned too early here. |
In my test, there was a warning and a fix so I didn't notice it. Thanks for pointing out, it's fixed it in 1.3.4. |
amazing, thank you! |
Hey, big fan of this plugin not stopping the HMR features!
Although I am trying to use the "fix" option for eslint and it's not fixing the fixable errors on saving a source file.
Want to double check that this is possible before I supply some more source code.
Thank you.
The text was updated successfully, but these errors were encountered: