Releases: anthony-j-castro/eslint-config
Releases · anthony-j-castro/eslint-config
v2.1.1
2.1.1 (2024-12-01)
Bug Fixes
v2.1.0
2.1.0 (2024-10-22)
Features
- Enable unicorn plugin rules (#264) (dafffd3)
- Require shorthand object properties when appropriate (#263) (de74684)
v2.0.0
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
1.11.1 (2024-10-17)
Bug Fixes
- Sort switch cases when switch statement is an expression (#253) (6cff634)
v1.10.0
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
1.9.1 (2024-10-13)
Bug Fixes
- Always sort naturally, and other fixes (#245) (22594e7)
v1.9.0
1.9.0 (2024-10-12)
Features
- Use natural sorting for perfectionist rules (#244) (6416677)
v1.8.0
1.8.0 (2024-10-12)
Features
- Enforce specifying radix when using parseInt (#242) (85c24d5)
- Sort types last in named imports list (#243) (8da9818)