Skip to content

Releases: Boehringer-Ingelheim/eslint-config

v7.3.0

19 Feb 11:28

Choose a tag to compare

7.3.0 (2025-02-19)

Bug Fixes

  • destructure includeIgnoreFile import (ae75bc5)

Features

  • deps: update dependencies (8a670a7)
  • lib: add includeIgnoreFile to support including .gitignore in ESLint configuration (e78806a)

v7.3.0-include-ignore-file.2

17 Feb 21:50

Choose a tag to compare

Pre-release

7.3.0-include-ignore-file.2 (2025-02-17)

Bug Fixes

  • destructure includeIgnoreFile import (ae75bc5)

v7.3.0-include-ignore-file.1

17 Feb 21:34

Choose a tag to compare

Pre-release

7.3.0-include-ignore-file.1 (2025-02-17)

Features

  • deps: update dependencies (8a670a7)
  • lib: add includeIgnoreFile to support including .gitignore in ESLint configuration (e78806a)

v7.2.0

14 Feb 15:37

Choose a tag to compare

7.2.0 (2025-02-14)

Features

  • playwright: disable unbound-method rule for component testing compatibility (47349c9)

v7.2.0-support-playwright-ct.1

14 Feb 13:18

Choose a tag to compare

Pre-release

7.2.0-support-playwright-ct.1 (2025-02-14)

Features

  • playwright: disable unbound-method rule for component testing compatibility (47349c9)

v7.1.0

04 Feb 12:37

Choose a tag to compare

7.1.0 (2025-02-04)

Bug Fixes

  • config: [base] update test file patterns to only match javascript files (478ec71)

Features

  • deps: update dependencies (8bc20e7)

v7.0.0

20 Jan 10:08

Choose a tag to compare

7.0.0 (2025-01-20)

Bug Fixes

  • base: switch some perfectionist references to flatconfig (a6697cc)
  • base: turn off import/no-unused-modules for now (a8f15dc)
  • publishes type declarations (a410e8e)
  • react: [sort-jsx-props] use regex pattern for custom groups (720df19)
  • scripts: [repair] use exact rimraf version to not use a local and possible incompatible version (059835d)
  • shared-configurations: [nextjs] ignore .next folder per default (2f51caa)
  • shared-configurations: [react] remove redefined jsx-a11y plugin (76e7fc4)
  • shared-configurations: make next.js configuration importable (c6ca951)

Features

  • add basic typing to the index.js (ce3fbb0)
  • base: [typescript-eslint] update parserOptions to use projectService instead of project (02ac930)
  • deps: update dependencies (564b3ba)
  • deps: update dependencies (dfed600)
  • migrates to flat-config (b22a872)
  • naming-convention: adds a new shared configuration for enforcing naming conventions (8f2fdf2)
  • shared-configurations: [nextjs] enhance compatibility with react-refresh (ba20ebd)
  • shared-configurations: add next.js configuration (ca94532)

BREAKING CHANGES

  • migrate to flat config
  • drop support for legacy config

v7.0.0-next.10

20 Jan 07:03

Choose a tag to compare

v7.0.0-next.10 Pre-release
Pre-release

7.0.0-next.10 (2025-01-20)

Bug Fixes

  • react: [sort-jsx-props] use regex pattern for custom groups (8625bbd)

v7.0.0-next.9

17 Jan 13:33

Choose a tag to compare

v7.0.0-next.9 Pre-release
Pre-release

7.0.0-next.9 (2025-01-17)

Features

  • naming-convention: adds a new shared configuration for enforcing naming conventions (8f2fdf2)

v7.0.0-next.8

17 Jan 10:11

Choose a tag to compare

v7.0.0-next.8 Pre-release
Pre-release

7.0.0-next.8 (2025-01-17)

Bug Fixes

  • publishes type declarations (a410e8e)