Skip to content

Releases: mightyiam/eslint-config-love

v25.0.0

03 Jan 07:33
Compare
Choose a tag to compare

25.0.0 (2023-01-03)

⚠ BREAKING CHANGES

  • add @typescript-eslint/no-unnecessary-type-constraint

Co-authored-by: Rostislav Simonik [email protected]

Features

  • add @typescript-eslint/no-unnecessary-type-constraint (3451bac)

v24.0.0

14 Dec 07:38
Compare
Choose a tag to compare

24.0.0 (2022-12-14)

⚠ BREAKING CHANGES

  • add rule consistent-indexed-object-style

Features

  • add rule consistent-indexed-object-style (2edd0af)

Build system / dependencies

  • workaround some commitlint issue (a202f4b)

v23.0.0

13 Sep 05:53
Compare
Choose a tag to compare

23.0.0 (2022-09-13)

⚠ BREAKING CHANGES

  • add rules from @typescript-eslint: no-extra-parens,
    no-loss-of-precision, object-curly-spacing, space-before-blocks,
    comma-dangle.

Features

CI

Build system / dependencies

  • renovate automergeMinor github actions (02dde9d), closes #910