Skip to content

Releases: will-stone/eslint-config

Release 12.0.1

02 Nov 20:32
Compare
Choose a tag to compare

12.0.1 (2024-11-02)

Patches

Release 12.0.0

15 Oct 20:25
Compare
Choose a tag to compare

12.0.0 (2024-10-15)

Major changes

  • Update all plugins and support all rules (7409d27)

Release 11.0.5

15 Oct 19:10
Compare
Choose a tag to compare

11.0.5 (2024-10-15)

Patches

  • Remove reference to non-existent CJS build (2c7514d)

Release 11.0.4

14 Aug 18:34
Compare
Choose a tag to compare

11.0.4 (2024-08-14)

Patches

  • Fix parser broken error on Astro files (1fecc3b)

Release 11.0.3

12 Aug 20:17
Compare
Choose a tag to compare

11.0.3 (2024-08-12)

Patches

Release 11.0.2

12 Aug 08:00
Compare
Choose a tag to compare

11.0.2 (2024-08-12)

Patches

  • Fix looking for incorrect tailwind package (27c5b57)

Release 11.0.1

11 Aug 20:11
Compare
Choose a tag to compare

11.0.1 (2024-08-11)

Patches

  • Fix unable to scan for deps when either deps or devDeps is missing from a package.json file (13a4a74)

Release 11.0.0

11 Aug 20:05
Compare
Choose a tag to compare

11.0.0 (2024-08-11)

Major changes

  • Back to auto configure, but with the ability to manually turn on configs too (d29c0fa)
  • Turn on all but testing configs by default (878f3c8)

Minor changes

  • Add support for Vitest (e95a40d)
  • Use faster projectService for type-aware rules (be7be05)

Patches

  • Fix React Hooks not linted (8e5b053)
  • Enable gitignore without scanning for the file (1d3dabd)

Release 10.0.2

04 Aug 07:03
Compare
Choose a tag to compare

10.0.2 (2024-08-04)

Patches

  • Upgrade jest plugin that supports ESLint v9 (816b3b3)

Release 10.0.1

31 Jul 19:52
Compare
Choose a tag to compare

10.0.1 (2024-07-31)

Patches

  • Fix no-useless-assignment not compatible with Astro (a825d3c)