Skip to content

Releases: theoludwig/eslint-config-conventions

v19.2.0

02 May 17:57
620f6ce
Compare
Choose a tag to compare

19.2.0 (2025-05-02)

Features

  • support eslint-plugin-unicorn@^59.0.0 (1000c38)

v19.1.0

26 Mar 11:32
517778a
Compare
Choose a tag to compare

19.1.0 (2025-03-26)

Features

  • support eslint-plugin-unicorn@^58.0.0 (af99632)

v19.0.0

22 Feb 23:06
029a8d1
Compare
Choose a tag to compare

19.0.0 (2025-02-22)

Features

  • add no-extra-boolean-cast (657b9a4)
  • add no-implicit-coercion (31ab3e7)
  • add unicorn/consistent-date-clone (d5903f0)
  • add unicorn/consistent-existence-index-check (029a8d1)
  • add unicorn/no-instanceof-builtins (1ce9bcb)
  • add unicorn/no-named-default (20f48f9)

BREAKING CHANGES

  • New rules introduced
  • deps: update peerDependencies:
    eslint@^9.21.0
    eslint-plugin-promise@^7.2.1
    eslint-plugin-unicorn@^57.0.0
    eslint-plugin-import-x@^4.6.1
    globals@^16.0.0
    typescript-eslint@^8.24.1

v18.0.2

15 Jan 14:09
fe7fddc
Compare
Choose a tag to compare

18.0.2 (2025-01-15)

Bug Fixes

  • relax @typescript-eslint/unbound-method (fe7fddc)

v18.0.1

06 Jan 22:21
8951ecc
Compare
Choose a tag to compare

18.0.1 (2025-01-06)

Bug Fixes

  • relax @typescript-eslint/no-floating-promises for node:test (d9733dc)

v18.0.0

14 Dec 20:08
5e63c17
Compare
Choose a tag to compare

18.0.0 (2024-12-14)

Bug Fixes

  • relax @typescript-eslint/array-type (e05233d)
  • relax no-unused-vars to match TypeScript style of exempting names (9d91c09)

Features

  • add @typescript-eslint/explicit-member-accessibility (c4c1a7f)

BREAKING CHANGES

  • New rule introduced

v17.0.1

11 Nov 19:47
adb164f
Compare
Choose a tag to compare

17.0.1 (2024-11-11)

Bug Fixes

  • relax unicorn/consistent-destructuring (8ae05c8)

v17.0.0

22 Oct 09:48
8efe22c
Compare
Choose a tag to compare

17.0.0 (2024-10-22)

  • feat!: add eslint-plugin-import-x rules (55a4610), closes #3
  • feat!: add support for ESLint v9 (d953686), closes #2

Bug Fixes

  • relax @typescript-eslint/no-unnecessary-condition (8efe22c)

BREAKING CHANGES

  • peerDependencies:
    eslint@^9.12.0
    eslint-plugin-promise@^7.1.0
    eslint-plugin-unicorn@^56.0.0
    eslint-plugin-import-x@^4.3.1
    globals@^15.10.0
    typescript-eslint@^8.8.0
  • Node.js >= 20.11.0

v17.0.0-beta.1

07 Oct 15:47
1719cd1
Compare
Choose a tag to compare
v17.0.0-beta.1 Pre-release
Pre-release

17.0.0-beta.1 (2024-10-07)

  • feat!: add eslint-plugin-import-x rules (55a4610), closes #3
  • feat!: add support for ESLint v9 (d953686), closes #2

BREAKING CHANGES

  • peerDependencies:
    eslint@^9.12.0
    eslint-plugin-promise@^7.1.0
    eslint-plugin-unicorn@^56.0.0
    eslint-plugin-import-x@^4.3.1
    globals@^15.10.0
    typescript-eslint@^8.8.0
  • Node.js >= 20.11.0

v16.0.1

28 Sep 18:12
f258d5a
Compare
Choose a tag to compare

16.0.1 (2024-09-28)

Bug Fixes

  • relax @typescript-eslint/dot-notation (f258d5a)