Skip to content

Releases: cheminfo/eslint-config-cheminfo-typescript

v16.0.0

05 Oct 11:01
afe4c33
Compare
Choose a tag to compare

16.0.0 (2024-10-05)

⚠ BREAKING CHANGES

  • move prefer-enum-initializers and prefer-optional-chain to error
  • update dependencies and support ESLint 9

Features

  • move prefer-enum-initializers and prefer-optional-chain to error (8ee892b)
  • update dependencies and support ESLint 9 (86a5295)

v15.0.1

27 Aug 10:00
1a51c77
Compare
Choose a tag to compare

15.0.1 (2024-08-27)

Bug Fixes

  • replace deprecation plugin with builtin no-deprecated rule (09ae60c)

v15.0.0

01 Aug 08:00
3aa2c2b
Compare
Choose a tag to compare

15.0.0 (2024-08-01)

⚠ BREAKING CHANGES

  • update typescript-eslint to v8 and enforce TS >=5.5

Features

  • update typescript-eslint to v8 and enforce TS >=5.5 (e32b7b6)

v14.0.0

02 Jul 14:21
775b84f
Compare
Choose a tag to compare

14.0.0 (2024-07-02)

⚠ BREAKING CHANGES

  • migrate to ESLint flat config

Features

  • migrate to ESLint flat config (740220d)

v13.0.0

29 Jun 07:36
561100a
Compare
Choose a tag to compare

13.0.0 (2024-06-29)

⚠ BREAKING CHANGES

  • update dependencies

Features

v12.4.0

01 May 08:44
8ff8926
Compare
Choose a tag to compare

12.4.0 (2024-05-01)

Features

v12.3.0

10 Apr 13:51
Compare
Choose a tag to compare

12.3.0 (2024-04-10)

Features

  • enable no-unreachable eslint rule (62d2246)

v12.2.0

13 Feb 07:50
13e6f30
Compare
Choose a tag to compare

12.2.0 (2024-02-13)

Features

  • upgrade typescript-eslint to v7 (4134c57)

v12.1.0

05 Dec 09:05
4d38975
Compare
Choose a tag to compare

12.1.0 (2023-12-05)

Features

  • update dependencies and add no-unsafe-unary-minus rule (b5d5db9)

v12.0.4

28 Jul 08:09
dbadc06
Compare
Choose a tag to compare

12.0.4 (2023-07-28)

Bug Fixes

  • disable @typescript-eslint/no-redundant-type-constituents (#39) (da7cfb7)