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

Specify number of new lines #9

Closed chinchiheather closed 5 years ago

chinchiheather commented 5 years ago

Add functionality to specify exactly the number of new lines wanted between the methods, previously it was just able to check if there was at least one. This change is backwards compatible.