Releases: Boehringer-Ingelheim/eslint-config
Releases · Boehringer-Ingelheim/eslint-config
v4.0.0
4.0.0 (2023-11-10)
Bug Fixes
- fixes wrong type hints in base config and react config (ef60c9f)
- perfectionist: update import groups configuration (2513e42)
- perfectionist: natural sorting for imports and objects (2dcb782)
- perfectionist: refine groups to sort imports (9fd31cc)
Features
- base: move consistent type imports rules into strict configuration (1c55d79)
- local: add shared-config for performance improvements for local development (07dd315)
- perfectionist: extend all the rules for natural sorting with ignoring the lower/upper case (03d7fdc)
- perfectionist: extend rule
sort-named-imports(bb00813) - typescript: enable "@typescript-eslint/consistent-type-imports" rule (15d5447)
Performance Improvements
- base: disable import rules recommended by typescript-eslint (f35b2a8)
BREAKING CHANGES
- typescript: Enforces a new import style for TypeScript types
v4.0.0-next.4
4.0.0-next.4 (2023-11-09)
Bug Fixes
- fixes wrong type hints in base config and react config (ef60c9f)
v4.0.0-next.3
4.0.0-next.3 (2023-11-09)
Features
- local: add shared-config for performance improvements for local development (07dd315)
Performance Improvements
- base: disable import rules recommended by typescript-eslint (f35b2a8)
v4.0.0-next.2
4.0.0-next.2 (2023-10-26)
Features
- base: move consistent type imports rules into strict configuration (1c55d79)
v4.0.0-next.1
4.0.0-next.1 (2023-10-19)
Features
- typescript: enable "@typescript-eslint/consistent-type-imports" rule (15d5447)
BREAKING CHANGES
- typescript: Enforces a new import style for TypeScript types
v3.1.0-next.2
v3.1.0-next.1
3.1.0-next.1 (2023-09-26)
Bug Fixes
- perfectionist: update import groups configuration (2513e42)
- perfectionist: natural sorting for imports and objects (2dcb782)
- perfectionist: refine groups to sort imports (9fd31cc)
Features
- perfectionist: extend all the rules for natural sorting with ignoring the lower/upper case (03d7fdc)