kratiahuja / broccoli-tslinter

Broccoli Plugin to run linter on typescript files. Uses tslint internally.
MIT License
9 stars 6 forks source link

Use broccoli-test-helper #26

Open t-sauer opened 6 years ago

t-sauer commented 6 years ago

Closes #18

There was a problem with the missing config file error which I fixed (https://github.com/kratiahuja/broccoli-tslinter/compare/master...t-sauer:broccoli-test-helper?expand=1#diff-168726dbe96b3ce427e7fedce31bb0bcR32)

Also disableTestGenerator: true seems to be generating test files without any content. Is this intended behaviour or should the test file not be created in the first place?