bryanrsmith / eslint-plugin-sort-class-members

An ESLint rule for enforcing consistent ES6 class member order
119 stars 21 forks source link

Option to apply `sort` to all groups #92

Open piranna opened 1 year ago

piranna commented 1 year ago

https://github.com/bryanrsmith/eslint-plugin-sort-class-members/pull/44/files adds a sort option to each group, but I would like an option at rule level to apply it to all groups, without needing to re-define all of them.