Skip to content

Releases: Boehringer-Ingelheim/eslint-config

v5.0.0-next.1

14 Mar 16:20

Choose a tag to compare

v5.0.0-next.1 Pre-release
Pre-release

5.0.0-next.1 (2024-03-14)

Features

  • update package typescript-eslint@7 (b2990b5)

BREAKING CHANGES

  • update to typescript-eslint@7

v4.2.0

14 Mar 09:20

Choose a tag to compare

4.2.0 (2024-03-14)

Features

v4.1.0

18 Jan 19:12

Choose a tag to compare

4.1.0 (2024-01-18)

Features

  • add reportUnusedDisableDirectives setting to base (d73d2e6)

v4.0.1

16 Nov 13:11

Choose a tag to compare

4.0.1 (2023-11-16)

Bug Fixes

  • perfectionist: reenable recommended groups configuration of perfectionist/sort-classes (8fa1e5b), closes #16

v4.0.0

10 Nov 09:30

Choose a tag to compare

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

09 Nov 18:21

Choose a tag to compare

v4.0.0-next.4 Pre-release
Pre-release

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

09 Nov 15:51

Choose a tag to compare

v4.0.0-next.3 Pre-release
Pre-release

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

26 Oct 14:31

Choose a tag to compare

v4.0.0-next.2 Pre-release
Pre-release

4.0.0-next.2 (2023-10-26)

Features

  • base: move consistent type imports rules into strict configuration (1c55d79)

v4.0.0-next.1

19 Oct 13:37

Choose a tag to compare

v4.0.0-next.1 Pre-release
Pre-release

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

16 Oct 14:06

Choose a tag to compare

v3.1.0-next.2 Pre-release
Pre-release

3.1.0-next.2 (2023-10-16)

Features

  • perfectionist: extend rule sort-named-imports (bb00813)