Skip to content

Releases: algoan/eslint-config-react

v2.6.0

07 Nov 13:56
Compare
Choose a tag to compare

2.6.0 (2022-11-07)

Features

v2.5.0

04 Aug 14:04
Compare
Choose a tag to compare

2.5.0 (2022-08-04)

Features

v2.4.0

10 Feb 13:23
Compare
Choose a tag to compare

2.4.0 (2022-02-10)

Features

  • add rule to prevent duplicate imports (0779ded)
  • add support of typescript 4.5 (e732d50)

v2.3.0

14 Sep 14:09
Compare
Choose a tag to compare

2.3.0 (2021-09-14)

Features

  • add rules validating prettier (2171a81)

v2.2.0

05 Aug 07:59
Compare
Choose a tag to compare

2.2.0 (2021-08-05)

Features

  • add rule to check JSX components names (d8bb1ce)
  • enforce naming conventions for everything (e5242bf)

v2.1.0

04 Jun 10:33
Compare
Choose a tag to compare

2.1.0 (2021-06-04)

Features

  • add support of TS 4.3 and React v17 (3f96c57)

v2.0.0

02 Jun 10:59
Compare
Choose a tag to compare

2.0.0 (2021-06-02)

  • feat!: add a new rule to handle the new jsx transformation (7c6c315)

Bug Fixes

  • fix installation description in README (5b75fa6)

BREAKING CHANGES

  • new config rule to handle the new react v17 import

v1.1.0

16 Nov 12:19
Compare
Choose a tag to compare

1.1.0 (2020-11-16)

Features

  • add warning when console.log is used (c01fe20)

v1.0.0

10 Nov 16:08
e2da39a
Compare
Choose a tag to compare

1.0.0 (2020-11-10)

Features

  • define eslint configuration for React TypeScript projects (f331232)