Skip to content

Releases: smartive/eslint-config

v7.0.1

08 Feb 11:25
bfa8d5f

Choose a tag to compare

7.0.1 (2026-02-08)

Bug Fixes

  • deps: update dependency globals to v17 (#59) (bfa8d5f)

v7.0.0

29 Oct 13:39
b3aa065

Choose a tag to compare

7.0.0 (2025-10-29)

Bug Fixes

  • add node version constraints (1c62c90)
  • configuration for TypeScript not working (080883f)
  • eslint-config-next being evaluated even if not being used (e89cf3f)

Features

  • add support for Next.js v16 and drop support for CommonJS and legacy configs (15fd441)

BREAKING CHANGES

  • If you're using Next.js you need to upgrade your project to Next.js v16. If you're
    using the legacy configuration format of ESLint please migrate to a flat configuration.

v7.0.0-next.3

29 Oct 12:42
e89cf3f

Choose a tag to compare

v7.0.0-next.3 Pre-release
Pre-release

7.0.0-next.3 (2025-10-29)

Bug Fixes

  • configuration for TypeScript not working (080883f)
  • eslint-config-next being evaluated even if not being used (e89cf3f)

v7.0.0-next.2

29 Oct 08:44
1c62c90

Choose a tag to compare

v7.0.0-next.2 Pre-release
Pre-release

7.0.0-next.2 (2025-10-29)

Bug Fixes

  • add node version constraints (1c62c90)

v7.0.0-next.1

28 Oct 15:12
15fd441

Choose a tag to compare

v7.0.0-next.1 Pre-release
Pre-release

7.0.0-next.1 (2025-10-28)

Features

  • add support for Next.js v16 and drop support for CommonJS and legacy configs (15fd441)

BREAKING CHANGES

  • If you're using Next.js you need to upgrade your project to Next.js v16. If you're
    using the legacy configuration format of ESLint please migrate to a flat configuration.

v6.5.0

24 Feb 13:08
4dc4c44

Choose a tag to compare

6.5.0 (2025-02-24)

Features

  • deps: update dependency eslint-config-prettier to v10 (#41) (4dc4c44)

v6.4.1

24 Feb 09:58
d3da790

Choose a tag to compare

6.4.1 (2025-02-24)

Bug Fixes

  • deps: update dependency globals to v16 (0ca8543)

v6.4.0

09 Dec 09:41
2f56861

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

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

Choose a tag to compare

6.3.1 (2024-12-06)

Bug Fixes