Skip to content

Releases: mixmaxhq/eslint-config-mixmax

v5.2.6

10 Feb 11:57
Compare
Choose a tag to compare

5.2.6 (2025-02-10)

Bug Fixes

v5.2.5

10 Feb 11:50
Compare
Choose a tag to compare

5.2.5 (2025-02-10)

Bug Fixes

v5.2.4

10 Feb 11:44
Compare
Choose a tag to compare

5.2.4 (2025-02-10)

Bug Fixes

v5.2.3

10 Feb 11:32
Compare
Choose a tag to compare

5.2.3 (2025-02-10)

Bug Fixes

  • allow later typescript-eslint versions (bc31695)

v5.2.2

27 Feb 10:21
Compare
Choose a tag to compare

5.2.2 (2024-02-27)

Bug Fixes

v5.1.0

16 Feb 12:05
Compare
Choose a tag to compare

5.1.0 (2023-02-16)

Features

  • require awaiting returned promises (629cbdd)

v5.0.1

08 Nov 16:50
Compare
Choose a tag to compare

5.0.1 (2021-11-08)

Bug Fixes

  • remove deprecated babel parser (07849c3)

v5.1.0-alpha.1

27 Oct 11:06
Compare
Choose a tag to compare
v5.1.0-alpha.1 Pre-release
Pre-release

5.1.0-alpha.1 (2021-10-27)

Features

  • update Typescript rules to await promises and prefer ?? over || (9031df5)

v5.0.0

28 Sep 12:12
Compare
Choose a tag to compare

5.0.0 (2021-09-28)

⚠ BREAKING CHANGES

  • requires a tsconfig-lint.json file at the project's root
    which includes all Typescript files being linted. May break the build because
    of new eslint errors. This can be worked around by disabling rules in
    .eslintrc.json.

Features

  • add type-aware rules for Typescript code (3ce0cbf)

v4.18.0

10 Sep 20:03
Compare
Choose a tag to compare

4.18.0 (2021-09-10)

Features

  • add specific react settings (379fd3f)

Bug Fixes

  • allow some unused varables (90c099d)
  • use more correct naming (b491b73)