`babel-eslint` is now archived on GitHub, and [`eslint-plugin-unicorn` version `v32.0.0` will no longer support it](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v32.0.0): > Drop support for `babel-eslint` - You should migrate to `@babel/eslint-parser` The `eslint-config-upleveled` package depends on `eslint-config-react-app`, which has not yet upgraded: https://github.com/facebook/create-react-app/pull/10761 Maybe we can still upgrade now, like in the changes of the PR above?