💥 BREAKING CHANGES:
- Remove @emotion/eslint-plugin
- Dynamically enable eslint-plugin-jest
- Run eslint-plugin-jest and eslint-plugin-testing-library only against test files
- Remove the following rules:
no-shadow
no-use-before-define
@typescript-eslint/no-shadow
@typescript-eslint/no-use-before-define
import/no-extraneous-dependencies
- Add the following rule:
@typescript-eslint/consistent-type-imports
✨ UPGRADING DEPENDENCIES:
- @typescript-eslint from
^5.9.1
to^5.30.6
- eslint-plugin-react from
^7.27.1
to^7.28.0
- eslint-import-resolver-typescript from
^2.5.0
to^3.2.5
- eslint-plugin-compat from
^4.0.1
to^4.0.2
- eslint-config-prettier from
^8.3.0
to^8.5.0
- eslint-plugin-jest-dom from
^4.0.1
to^4.0.2
- eslint-plugin-testing-library from
^5.0.3
to^5.5.1
- eslint-plugin-jest from
^25.3.4
to^26.5.3