bryanrsmith / eslint-plugin-sort-class-members

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

Match class members with no decorator #86

Closed dospunk closed 1 year ago

dospunk commented 1 year ago

I want to match all properties with no decorator to sort them above properties with decorators, but currently there's no way to do so. If I try to match all properties and then later match properties with decorators, all my properties with decorators just get matched by the first property group.