Skip to content

Releases: mightyiam/eslint-config-love

v107.0.0

23 Nov 10:07
Compare
Choose a tag to compare

107.0.0 (2024-11-23)

⚠ BREAKING CHANGES

  • eslint-comments/no-unused-enable
  • eslint-comments/no-unlimited-disable
  • eslint-comments/no-duplicate-disable

Features

  • eslint-comments/no-duplicate-disable (e60dd79)
  • eslint-comments/no-unlimited-disable (1a133b4)
  • eslint-comments/no-unused-enable (3232076)

v106.0.0

23 Nov 09:49
Compare
Choose a tag to compare

106.0.0 (2024-11-23)

⚠ BREAKING CHANGES

  • eslint-comments/no-aggregating-enable

Features

  • eslint-comments/no-aggregating-enable (b513d3a)

v105.0.0

23 Nov 09:43
Compare
Choose a tag to compare

105.0.0 (2024-11-23)

⚠ BREAKING CHANGES

  • eslint-comments/disable-enable-pair

Features

  • eslint-comments/disable-enable-pair (8668647)

v104.0.0

23 Nov 09:33
Compare
Choose a tag to compare

104.0.0 (2024-11-23)

⚠ BREAKING CHANGES

  • @typescript-eslint/require-await

Features

  • @typescript-eslint/require-await (4678416)

v103.0.0

23 Nov 09:02
Compare
Choose a tag to compare

103.0.0 (2024-11-23)

⚠ BREAKING CHANGES

  • @typescript-eslint/use-unknown-in-catch-callback-variable

Features

  • @typescript-eslint/use-unknown-in-catch-callback-variable (47b0def)

v102.0.0

23 Nov 07:57
Compare
Choose a tag to compare

102.0.0 (2024-11-23)

⚠ BREAKING CHANGES

  • @typescript-eslint/related-getter-setter-pairs

Features

  • @typescript-eslint/related-getter-setter-pairs (586c4bf)

v101.0.0

19 Nov 14:47
Compare
Choose a tag to compare

101.0.0 (2024-11-19)

⚠ BREAKING CHANGES

  • @typescript-eslint/no-unsafe-type-assertion and
    bump minimum typescript-eslint to v8.15.0.

Features

  • @typescript-eslint/no-unsafe-type-assertion (f24848b)

v100.0.0

19 Nov 12:21
Compare
Choose a tag to compare

100.0.0 (2024-11-19)

⚠ BREAKING CHANGES

  • This config no longer turns off rules whose
    typescript-eslint equivalents it uses. Turning off of such rules
    historically made sense, but since 065ce30
    it does not. For some, this may require some turning off of rules.

Features

  • no turn off rules whose typescript-eslint equivs are used (4302e11)

v99.0.0

16 Nov 10:10
Compare
Choose a tag to compare

99.0.0 (2024-11-16)

⚠ BREAKING CHANGES

  • @typescript-eslint/unified-signatures

Features

  • @typescript-eslint/unified-signatures (cefd3b8)

v98.0.2

11 Nov 12:50
Compare
Choose a tag to compare

98.0.2 (2024-11-11)

Bug Fixes