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

fix should not add space into the empty line #16

Closed canemacchina closed 5 years ago

canemacchina commented 5 years ago

After running tslint --fix the tools seems add new line when missing, but the newly created line is not empty, it have two blank space at the beginning, causing tslint to fail again.

chinchiheather commented 5 years ago

This should now be fixed in v1.3.4