Skip to content

Releases: mightyiam/eslint-config-love

v71.0.0

21 Sep 09:51
Compare
Choose a tag to compare

71.0.0 (2024-09-21)

⚠ BREAKING CHANGES

  • @typescript-eslint/no-unnecessary-parameter-property-assignment

Features

  • @typescript-eslint/no-unnecessary-parameter-property-assignment (674dddc)

v70.0.0

21 Sep 07:25
Compare
Choose a tag to compare

70.0.0 (2024-09-21)

⚠ BREAKING CHANGES

  • @typescript-eslint/no-unnecessary-condition

Features

  • @typescript-eslint/no-unnecessary-condition (edc29da)

v69.0.0

21 Sep 06:56
Compare
Choose a tag to compare

69.0.0 (2024-09-21)

⚠ BREAKING CHANGES

  • @typescript-eslint/no-redundant-type-constituents

Features

  • @typescript-eslint/no-redundant-type-constituents (f470d44)

v68.0.0

21 Sep 06:44
Compare
Choose a tag to compare

68.0.0 (2024-09-21)

⚠ BREAKING CHANGES

  • @typescript-eslint/no-non-null-asserted-nullish-coalescing

Features

  • @typescript-eslint/no-non-null-asserted-nullish-coalescing (0f20905)

v67.0.0

21 Sep 06:35
Compare
Choose a tag to compare

67.0.0 (2024-09-21)

⚠ BREAKING CHANGES

  • @typescript-eslint/no-mixed-enums

Features

  • @typescript-eslint/no-mixed-enums (da072ba)

v66.0.0

14 Sep 07:47
Compare
Choose a tag to compare

66.0.0 (2024-09-14)

⚠ BREAKING CHANGES

  • @typescript-eslint/no-meaningless-void-operator

Features

  • @typescript-eslint/no-meaningless-void-operator (7e6d5d0)

v65.0.0

14 Sep 07:13
Compare
Choose a tag to compare

65.0.0 (2024-09-14)

⚠ BREAKING CHANGES

  • @typescript-eslint/no-magic-numbers

Features

  • @typescript-eslint/no-magic-numbers (c187e98)

v64.0.0

07 Sep 07:19
Compare
Choose a tag to compare

64.0.0 (2024-09-07)

⚠ BREAKING CHANGES

  • @typescript-eslint/no-deprecated: warn

Features

  • @typescript-eslint/no-deprecated: warn (34e32ba)

v63.0.0

24 Aug 07:15
Compare
Choose a tag to compare

63.0.0 (2024-08-24)

⚠ BREAKING CHANGES

  • @typescript-eslint/ban-types is replaced with
    @typescript-eslint/no-unsafe-function-type and
    @typescript-eslint/no-wrapper-object-types.
    @typescript-eslint/no-var-requires is replaced with
    @typescript-eslint/no-require-imports.
    @typescript-eslint/no-loss-of-precision is replaced with
    no-loss-of-precision.
    languageOptions.parserOptions.project:true is replaced with
    languageOptions.parserOptions.projectService:true.

Features

v62.0.1

24 Aug 06:41
Compare
Choose a tag to compare

62.0.1 (2024-08-24)

Bug Fixes

  • rm empty object from @typescript-eslint/ban-types (79c1eaa)