Description
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:
@babel/plugin-macros
@babel/preset-typescript
@babel/plugin-proposal-optional-chaining
@babel/plugin-syntax-dynamic-import
@babel/plugin-transform-destructuring
@babel/plugin-proposal-class-properties
@babel/plugin-proposal-private-methods
@babel/plugin-proposal-private-property-in-object
@babel/plugin-proposal-object-rest-spread
@babel/plugin-transform-regenerator
babel-plugin-dynamic-import-node
@babel/plugin-transform-runtime