Skip to content

Releases: Boehringer-Ingelheim/eslint-config

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)

v3.1.0-next.1

26 Sep 12:22

Choose a tag to compare

v3.1.0-next.1 Pre-release
Pre-release

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)

v3.0.0

13 Sep 13:07

Choose a tag to compare

v3.0.0 Pre-release
Pre-release

3.0.0 (2023-09-13)

Features

  • add eslint-plugin-perfectionist (92c629b)
  • update to eslint-plugin-perfectionist@2 (5da0d2d)

BREAKING CHANGES

  • update to eslint-plugin-perfectionist@2
  • add eslint-plugin-perfectionist and remove eslint-plugin-sort-keys-plus

v2.0.0

14 Aug 14:33

Choose a tag to compare

v2.0.0 Pre-release
Pre-release

2.0.0 (2023-08-14)

Features

  • update to typescript-eslint@6 (dc77acf)

BREAKING CHANGES

  • update to typescript-eslint@6

v1.1.4

01 Jun 13:15

Choose a tag to compare

1.1.4 (2023-06-01)

Bug Fixes

  • eslint-plugin: [import/no-unused-modules] ignore configuration files on eslintrc file level (a50fdf2)