bryanrsmith / eslint-plugin-sort-class-members

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

Add "accessor" and "nonAccessor" options to kind #91

Closed dospunk closed 1 year ago

dospunk commented 1 year ago

Adds a value of kind that matches both getters and setters, regardless of whether they are in a pair

dospunk commented 1 year ago

This would solve #60