Skip to content

Latest commit

 

History

History
168 lines (77 loc) · 9.4 KB

CHANGELOG.md

File metadata and controls

168 lines (77 loc) · 9.4 KB

2.1.1 (2024-12-01)

Bug Fixes

2.1.0 (2024-10-22)

Features

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

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.

1.11.1 (2024-10-17)

Bug Fixes

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

1.11.0 (2024-10-16)

Features

1.10.1 (2024-10-15)

Bug Fixes

1.10.0 (2024-10-14)

Bug Fixes

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

Features

1.9.1 (2024-10-13)

Bug Fixes

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

1.9.0 (2024-10-12)

Features

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

1.8.0 (2024-10-12)

Features

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

1.7.0 (2024-10-12)

Bug Fixes

  • Update deprecated no-var-requires rule in .js override (#241) (8bf2d06)

Features

1.6.0 (2024-04-03)

Features

  • Enforce a blank line before a break statement (#129) (bd41251)
  • Enforce a blank line between case and default statements (#130) (5737609)

1.5.0 (2024-04-01)

Features

1.4.1 (2024-03-26)

Bug Fixes

  • Update dependency versions to latest patch versions (#126) (91b2330)

1.4.0 (2024-03-24)

Features

  • Enforce sorting union and intersection types (#123) (49d7eb0)

1.3.0 (2024-01-29)

Features

  • Enforce consistent brace style for simple arrow function returns (#91) (871abd7)

1.2.0 (2024-01-26)

Features

  • Enforce double quotes for strings (#85) (0541db9)
  • Enforce sorting of destructured object keys (#84) (b21dde6)
  • Enforce sorting of keys in interfaces and enums (#87) (1804301)
  • Migrate deprecated rules to stylistic plugin (#86) (d4afddb)

1.1.0 (2023-11-23)

Features

  • Enforce react/self-closing-comp rule for components and HTML (#41) (74519f7)

1.0.1 (2023-10-12)

Bug Fixes

  • Update restricted import rule to warn instead of error (#12) (a9c52fc)

1.0.0 (2023-10-12)

Features

  • Create initial configuration (#1) (162502a)