bryanrsmith / eslint-plugin-sort-class-members

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

Private methods and properties #93

Open piranna opened 1 year ago

piranna commented 1 year ago

Add predefined rules for EcmaScript classes private properties and methods (the ones starting with #).