Releases: wellyshen/eslint-config-welly
Releases · wellyshen/eslint-config-welly
v2.0.0
💥 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
v1.13.0
- feat: disable react/function-component-definition rule
- chore: upgrade typescript-eslint ^5.9.0 → ^5.9.1 & eslint-plugin-testing-library ^5.0.1 → ^5.0.3
v1.12.2
- Chore: upgrade eslint-plugin-compat ^4.0.0 → ^4.0.1
v1.12.1
Upgrading the following dependencies:
- typescript-eslint ^5.4.0 → ^5.9.0
- eslint-config-airbnb ^19.0.1 → ^19.0.4
- eslint-plugin-jest ^25.3.0 → ^25.3.4
- eslint-plugin-jest-dom ^3.9.2 → ^4.0.1
- eslint-plugin-promise ^5.1.1 → ^6.0.0
- eslint-plugin-testing-library ^5.0.0 → ^5.0.1
- typescript ^4.5.2 → ^4.5.4
v1.12.0
v1.11.8
Upgrade the following dependencies:
- @emotion/eslint-plugin ^11.2.0 to ^11.5.0
- @typescript-eslint ^4.30.0 to ^5.1.0
- eslint-plugin-jest ^24.4.0 to ^25.2.2
- eslint-plugin-jest-dom ^3.9.0 to ^3.9.2
- eslint-plugin-promise ^5.1.0 to ^5.1.1
- eslint-plugin-testing-library ^4.12.0 to ^4.12.4
v1.11.7
- Support TypeScript v4.4.x
- Upgrade the following dependencies