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

Feat/add unit tests #5

Closed chinchiheather closed 6 years ago

chinchiheather commented 6 years ago

Add unit tests into project using the Ava test runner

Use fixtures to check linting rule passes/fails under the various conditions

Fix an issue where new line above constructor was not being checked