-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add support for plugins for eslint-7 channel #567
Comments
Here is my proposed patch (I don't have write access):
|
If you like, I could put up a separate PR for each of these plugins for your consideration. |
Ah. I see the problem. Our lead developer is requiring individual plugins from @babel/preset-env in the process of specifying the babel configuration. |
So, it appears that there are two plugins that are definitely missing in your package.json file:
|
We're also seeing similar errors, but for the babel-plugin-module-resolver plugin. |
@mileslane @chrisjimenez Would you mind testing your projects again please? Some updates were done on the engine that may fix your issue: #578 #579 |
Actual Behavior
It would be helpful to be able to get our GitHub Codeclimate checks to pass. Currently, we are getting errors like this:
Parsing error: Cannot find module 'babel-plugin-macros' Require stack: - /code/babel.config.js
Expected Behavior
Our babel.config.js file uses the following plugins that are not present in the list of Dependencies in the eslint-7 package.json file:
NOTES
Running
codeclimate analyze -e eslint:eslint-7
locally does not trigger these complaints about these plugins.The text was updated successfully, but these errors were encountered: