2.1.1 (2024-12-01)
2.1.0 (2024-10-22)
- Enable unicorn plugin rules (#264) (dafffd3)
- Require shorthand object properties when appropriate (#263) (de74684)
2.0.0 (2024-10-19)
- Projects must use eslint version 9 and use a flat config.
1.11.1 (2024-10-17)
1.11.0 (2024-10-16)
1.10.1 (2024-10-15)
1.10.0 (2024-10-14)
- Enable react/jsx-runtime rules (#249) (babc098)
- Enable sorting of destructured objects (#248) (0a4707b)
- Enable typescript-eslint/stylistic rules (#247) (57b40b4)
1.9.1 (2024-10-13)
1.9.0 (2024-10-12)
1.8.0 (2024-10-12)
- Enforce specifying radix when using parseInt (#242) (85c24d5)
- Sort types last in named imports list (#243) (8da9818)
1.7.0 (2024-10-12)
- Ignore unused caught errors (#240) (b385fe1)
- Use perfectionist plugin for sorting rules (#239) (eb4aeb0)
1.6.0 (2024-04-03)
- Enforce a blank line before a
break
statement (#129) (bd41251) - Enforce a blank line between
case
anddefault
statements (#130) (5737609)
1.5.0 (2024-04-01)
1.4.1 (2024-03-26)
1.4.0 (2024-03-24)
1.3.0 (2024-01-29)
1.2.0 (2024-01-26)
- 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)