Skip to content

Releases: anthony-j-castro/eslint-config

v2.1.1

01 Dec 05:51
Compare
Choose a tag to compare

2.1.1 (2024-12-01)

Bug Fixes

v2.1.0

22 Oct 23:16
Compare
Choose a tag to compare

2.1.0 (2024-10-22)

Features

  • Enable unicorn plugin rules (#264) (dafffd3)
  • Require shorthand object properties when appropriate (#263) (de74684)

v2.0.0

19 Oct 18:25
Compare
Choose a tag to compare

2.0.0 (2024-10-19)

Documentation

  • Update README with flat config example (#259) (b1aa66a)

Features

  • Enforce function expressions for consistency (#258) (0570f7d)

BREAKING CHANGES

  • Projects must use eslint version 9 and use a flat config.

v1.11.1

17 Oct 12:37
Compare
Choose a tag to compare

1.11.1 (2024-10-17)

Bug Fixes

  • Sort switch cases when switch statement is an expression (#253) (6cff634)

v1.11.0

16 Oct 00:49
Compare
Choose a tag to compare

1.11.0 (2024-10-16)

Features

v1.10.1

15 Oct 22:21
Compare
Choose a tag to compare

1.10.1 (2024-10-15)

Bug Fixes

v1.10.0

14 Oct 18:48
Compare
Choose a tag to compare

1.10.0 (2024-10-14)

Bug Fixes

  • Allow empty interfaces if they extend from a single base interface (#246) (ae57d91)

Features

v1.9.1

13 Oct 00:16
Compare
Choose a tag to compare

1.9.1 (2024-10-13)

Bug Fixes

  • Always sort naturally, and other fixes (#245) (22594e7)

v1.9.0

12 Oct 20:33
Compare
Choose a tag to compare

1.9.0 (2024-10-12)

Features

  • Use natural sorting for perfectionist rules (#244) (6416677)

v1.8.0

12 Oct 18:45
Compare
Choose a tag to compare

1.8.0 (2024-10-12)

Features

  • Enforce specifying radix when using parseInt (#242) (85c24d5)
  • Sort types last in named imports list (#243) (8da9818)