Skip to content

Releases: smartive/eslint-config

v6.4.0

09 Dec 09:41
2f56861
Compare
Choose a tag to compare

6.4.0 (2024-12-09)

Features

  • add configuration for Next.js and export configs using a function (#39) (2f56861)

v6.3.2

09 Dec 09:32
ace8d02
Compare
Choose a tag to compare

6.3.2 (2024-12-09)

Bug Fixes

  • remove rules for Next.js since they break existing projects that aren't using Next.js (#38) (ace8d02)

v6.3.1

06 Dec 15:11
4e54a29
Compare
Choose a tag to compare

6.3.1 (2024-12-06)

Bug Fixes

v6.3.0

06 Dec 13:46
9adebc0
Compare
Choose a tag to compare

6.3.0 (2024-12-06)

Features

v6.2.0

06 Dec 08:46
2eb1d23
Compare
Choose a tag to compare

6.2.0 (2024-12-06)

Features

  • disable rule @typescript-eslint/prefer-regexp-exec (#36) (2eb1d23)

v6.1.0

05 Dec 15:45
19cccd0
Compare
Choose a tag to compare

6.1.0 (2024-12-05)

Features

  • disable type checking for JavaScript files (#35) (19cccd0)

v6.0.0

04 Dec 15:44
a3bc9ec
Compare
Choose a tag to compare

6.0.0 (2024-12-04)

Features

BREAKING CHANGES

  • due to the upgrade of various ESLint plugins, the minimum supported version
    TypeScript and Node.js has been increased. This should not affect most users, but if you are using
    an older version of TypeScript or Node.js, you may need to upgrade.
    Furthermore there are some adjustments on how to use the legacy config. For more information
    have a look at the README file.

v6.0.0-next.1

04 Dec 15:36
82e0d48
Compare
Choose a tag to compare
v6.0.0-next.1 Pre-release
Pre-release

6.0.0-next.1 (2024-12-04)

Features

BREAKING CHANGES

  • due to the upgrade of various ESLint plugins, the minimum supported version
    TypeScript and Node.js has been increased. This should not affect most users, but if you are using
    an older version of TypeScript or Node.js, you may need to upgrade.
    Furthermore some of the dependencies have been updated to their latest versions, which may cause
    some checks to fail.

v5.2.0

07 Nov 10:37
1c56a19
Compare
Choose a tag to compare

5.2.0 (2024-11-07)

Features

v5.1.0

11 Dec 09:18
9d9f0f8
Compare
Choose a tag to compare

5.1.0 (2023-12-11)

Features

  • allow floating promises for JSX attributes (#21) (9d9f0f8)