Skip to content

Releases: smartive/eslint-config

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)

v5.0.0

08 Dec 14:17
ed38563
Compare
Choose a tag to compare

5.0.0 (2023-12-08)

Bug Fixes

  • disable @typescript-eslint/no-unsafe-enum-comparison rule (9c7bc6b)
  • disable rule @typescript-eslint/consistent-type-definitions (d63e040)

Features

  • add new ESLint rules (e2c9855)
  • use type checked recommended rules (2a993ba)

BREAKING CHANGES

  • Use @typescript-eslint/recommended-type-checked and
    @typescript-eslint/stylistic-type-checked rules instead of @typescript-eslint/recommended
  • Add new rules for @typescript-eslint/no-explicit-any, prefer-const, no-else-return,
    no-extra-semi, curly, eqeqeq, default-case-last

v5.0.0-next.4

17 Nov 21:07
9c7bc6b
Compare
Choose a tag to compare
v5.0.0-next.4 Pre-release
Pre-release

5.0.0-next.4 (2023-11-17)

Bug Fixes

  • disable @typescript-eslint/no-unsafe-enum-comparison rule (9c7bc6b)

v5.0.0-next.3

20 Oct 13:25
d63e040
Compare
Choose a tag to compare
v5.0.0-next.3 Pre-release
Pre-release

5.0.0-next.3 (2023-10-20)

Bug Fixes

  • disable rule @typescript-eslint/consistent-type-definitions (d63e040)

v5.0.0-next.2

20 Oct 11:53
2a993ba
Compare
Choose a tag to compare
v5.0.0-next.2 Pre-release
Pre-release

5.0.0-next.2 (2023-10-20)

Features

  • use type checked recommended rules (2a993ba)

BREAKING CHANGES

  • Use @typescript-eslint/recommended-type-checked and
    @typescript-eslint/stylistic-type-checked rules instead of @typescript-eslint/recommended

v5.0.0-next.1

18 Oct 13:02
e2c9855
Compare
Choose a tag to compare
v5.0.0-next.1 Pre-release
Pre-release

5.0.0-next.1 (2023-10-18)

Features

BREAKING CHANGES

  • Add new rules for @typescript-eslint/no-explicit-any, prefer-const, no-else-return,
    no-extra-semi, curly, eqeqeq, default-case-last

v4.0.1

17 Oct 12:39
ce4e600
Compare
Choose a tag to compare

4.0.1 (2023-10-17)

Bug Fixes

  • @typescript-eslint/no-floating-promises rule not working due to missing TS project config (#19) (ce4e600)

v4.0.0

16 Oct 14:43
5f5c469
Compare
Choose a tag to compare

4.0.0 (2023-10-16)

Bug Fixes

  • check if husky is installed (#18) (8889b95)
  • fix the check that checks if Husky is installed (5f5c469)
  • only run husky in development environment (#17) (702fb42)

chore

  • drop support for old versions of ESLint (#15) (dadd751)

Features

BREAKING CHANGES

  • Drop support for ESLint v7 and @typescript-eslint/* v5
  • Add new rules for array-callback-return, no-debugger, no-alert,
    newline-before-return, @typescript-eslint/no-unused-vars,
    @typescript-eslint/no-floating-promises, no-constant-binary-expression and no-console

v3.3.0

09 Oct 11:48
b9aa4a2
Compare
Choose a tag to compare

3.3.0 (2023-10-09)

Features

  • Add support for new major releases of @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier (89d0c75)