Skip to content

Releases: jimmy-guzman/eslint-config

v3.2.4

01 Nov 20:29
Compare
Choose a tag to compare

3.2.4 (2024-11-01)

Bug Fixes

  • πŸ› have better support for "prefer-node-protocol" (cc27e4f)

v3.2.3

01 Nov 20:01
Compare
Choose a tag to compare

3.2.3 (2024-11-01)

Bug Fixes

  • πŸ› use correct types for @eslint/js (#36) (de05d47)

v3.2.2

01 Nov 14:26
Compare
Choose a tag to compare

3.2.2 (2024-11-01)

Bug Fixes

  • πŸ› remove duplicate TypeScript configs (#35) (7b319d2)

v3.2.1

31 Oct 21:18
Compare
Choose a tag to compare

3.2.1 (2024-10-31)

Bug Fixes

  • πŸ› actually enforce separate type imports (#34) (ceadc95)

v3.2.0

31 Oct 21:07
Compare
Choose a tag to compare

3.2.0 (2024-10-31)

Bug Fixes

  • πŸ› include "@/**" as internal pattern for perfectionist (24a2b88)

Features

  • ✨ prefer separate type imports & exports (7ed2fd2)

v3.1.0

31 Oct 20:46
Compare
Choose a tag to compare

3.1.0 (2024-10-31)

Features

  • ✨ sort everything naturally with perfectionist (#32) (b34356f)

v3.0.0

31 Oct 17:56
Compare
Choose a tag to compare

3.0.0 (2024-10-31)

Features

  • ✨ add the ability to extends ignores (161293a)
  • ✨ enable auto detection by default (52a6f4b)
  • ✨ support eslint v9 (3e40831)
  • ✨ you can pass additional configs after the 1st argument (11e521b)

BREAKING CHANGES

  • πŸ’₯ autoDetect is now true by default
  • πŸ’₯ overrides has been renamed to configs
  • πŸ’₯ drop support for eslint v8 and require at least
    v9.10.0

v2.0.0

31 Oct 02:06
Compare
Choose a tag to compare

2.0.0 (2024-10-31)

Bug Fixes

  • πŸ› normalize package.repository.url (be1e573)
  • πŸ› prevent couldn't find exhaustive-deps in @tanstack/query (8dd01b5)

Features

  • ✨ bump typescript-eslint to v8 (5937d40)

BREAKING CHANGES

  • πŸ’₯ multiple rules are now part of recommended

v1.12.0

31 Oct 01:25
Compare
Choose a tag to compare

1.12.0 (2024-10-31)

Bug Fixes

  • πŸ› bump astro-eslint-parser to v1.0.3 (920b0dd)
  • πŸ› bump eslint-import-resolver-typescript to v3.6.3 (27a734c)

Features

  • ✨ bump @tanstack/eslint-plugin-query v5.59.7 (63b6259)
  • ✨ bump eslint-plugin-astro to v1.3.0 (5ece7b6)
  • ✨ bump eslint-plugin-jest to v28.8.3 (8308da5)
  • ✨ bump eslint-plugin-jsx-a11y to v6.10.2 (62d85f6)
  • ✨ bump eslint-plugin-react to v7.37.2 (20dc9d9)
  • ✨ bump eslint-plugin-simple-import-sort v12.1.1 (3dcf37d)
  • ✨ bump eslint-plugin-testing-library to v6.4.0 (62c8100)

v1.11.0

31 Oct 00:47
Compare
Choose a tag to compare

1.11.0 (2024-10-31)

Features

  • ✨ add support for node v22 (1e055af)