chinchiheather / tslint-lines-between-class-members

Custom rule for TSLint to enforce blank lines between class methods - achieves a similar thing to lines-between-class-members in ESLint
18 stars 5 forks source link

question #1

Closed vegarringdal closed 6 years ago

vegarringdal commented 6 years ago

Youy dont happen to know about anyone who made a rule for "lines-between-class-methods" ?

chinchiheather commented 6 years ago

To my understanding its the same thing? Looking at the proposed rule discussion https://github.com/eslint/eslint/issues/5949 the lines-between-class-members rule PR is merged in as a solution