Skip to content

Releases: siemens/lint

v2.4.0

29 Sep 14:48

Choose a tag to compare

2.4.0 (2025-09-29)

Features

  • deps: update all non-major dependencies (08cbe11)

v2.3.1

14 Jul 16:52

Choose a tag to compare

2.3.1 (2025-07-14)

Bug Fixes

  • eslint-config-angular: align with eslint-config-typescript (c7c7ba7)

v2.3.0

14 Jul 14:45

Choose a tag to compare

2.3.0 (2025-07-14)

Features

  • eslint-config-typescript: relax rule '@typescript-eslint/prefer-nullish-coalescing' (ce46f7a)

v2.2.1

02 Jul 15:02

Choose a tag to compare

2.2.1 (2025-07-02)

Bug Fixes

  • prettier-config: use proper glob, compatible with the CLI (cff482c)

v2.2.0

25 Jun 10:57

Choose a tag to compare

2.2.0 (2025-06-25)

Features

  • angular: support for Angular 20 (acea4d2)

v2.1.1

21 Feb 20:59

Choose a tag to compare

2.1.1 (2025-02-21)

Bug Fixes

  • prettier-config: keep JSON config export as before (72afb9f)

v2.1.0

20 Feb 07:02

Choose a tag to compare

2.1.0 (2025-02-20)

Features

  • prettier-config: add index.js entrypoint (168a291)

v2.0.0

30 Jan 15:59

Choose a tag to compare

2.0.0 (2025-01-30)

Bug Fixes

  • eslint-config: remove formatting rules (6aaa586)

Features

  • eslint-config-typescript: replace eslint-plugin-import with eslint-perfectionist (fde5d68)
  • eslint-config: remove base eslint formatting rules (284794b)
  • eslint-configs: drop eslint-plugin-jsdoc (359021b)

BREAKING CHANGES

  • eslint-config: eslint-config-typescript and eslint-config-angular no longer ship any formatting rules, please use prettier or set up formatting rules yourself. If you're using prettier, you might also want to remove eslint-config-prettier from your dependencies.
  • eslint-config-typescript: Projects need to update their dependencies:
  1. Remove eslint-plugin-import from the dependencies.
  2. Add eslint-plugin-perfectionist to the dependencies.
  3. Update your ESLint configuration in case 'import/order' rules where applied.
    See https://perfectionist.dev/rules/sort-imports for new possible options.

v2.0.0-next.3

29 Jan 12:20

Choose a tag to compare

v2.0.0-next.3 Pre-release
Pre-release

2.0.0-next.3 (2025-01-29)

Features

  • eslint-config: remove base eslint formatting rules (284794b)
  • eslint-configs: drop eslint-plugin-jsdoc (359021b)

v2.0.0-next.2

23 Jan 10:04
6aaa586

Choose a tag to compare

v2.0.0-next.2 Pre-release
Pre-release

2.0.0-next.2 (2025-01-23)

Bug Fixes

  • eslint-config: remove formatting rules (6aaa586)

BREAKING CHANGES

  • eslint-config: eslint-config-typescript and eslint-config-angular no longer ship any formatting rules, please use prettier or set up formatting rules yourself.