Releases: bryanrsmith/eslint-plugin-sort-class-members
Releases · bryanrsmith/eslint-plugin-sort-class-members
v1.21.0
What's Changed
- Fix
propertyType
detection onTSPropertySignature
s. by @ygrandgirard in #101 - Provide flat config name by @radum in #103
New Contributors
Full Changelog: v1.20.0...v1.21.0
v1.20.0
What's Changed
- Support ESLint flat configuration by @jgarber623 in #100
New Contributors
- @jgarber623 made their first contribution in #98
Full Changelog: v1.19.0...v1.20.0
v1.19.0
Added sortInterfaces
option to enable sorting TypeScript interfaces.
Thanks to @ygrandgirard for the contribution!