Created by: JLHwung
This PR is a follow-up to #10761, essentially porting #10499 on top of it.
The CI is failing because babel-eslint
is no longer in package.json
of react-scripts
: https://github.com/facebook/create-react-app/runs/3069230016
Context: found this issue when fixing Babel's CI: https://github.com/babel/babel/pull/13567