-
Notifications
You must be signed in to change notification settings - Fork 382
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
Disable eslint in generated message catalog files #279
Conversation
This change improves support for non-ejected `create-react-app` apps by effectively disabling eslint in generated build artefacts (`.js` catalog files).
@tricoder42 Not sure this is the best implementation, but this works as intended. |
Codecov Report
@@ Coverage Diff @@
## master #279 +/- ##
======================================
Coverage 91.7% 91.7%
======================================
Files 41 41
Lines 1049 1049
======================================
Hits 962 962
Misses 87 87
Continue to review full report at Codecov.
|
Cheers @tricoder42, when is the next planned release? |
Soon, today or tomorrow. I'm looking at other issues as well, which we could include in this release. |
Released in v2.5.0 |
Awesome @tricoder42! Thanks, I'll give it a spin. |
Thank you for this. |
You’re welcome @lee-reinhardt! |
* Disable eslint in generated message catalog files This change improves support for non-ejected `create-react-app` apps by effectively disabling eslint in generated build artefacts (`.js` catalog files).
This change improves support for non-ejected
create-react-app
apps by effectively disabling eslint in generated build artefacts (.js
catalog files).