kratiahuja / broccoli-tslinter

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

Rename targetExtension to be a js file #14

Closed kratiahuja closed 7 years ago

kratiahuja commented 7 years ago

Typically the output of tslint contains Qunit tests that are purely JS content. Rename tslint.ts to lint-test.js so that folks using the plugin don't need to merge *.ts files in their broccoli output.

Resolves #13

cc: @rwjblue

kratiahuja commented 7 years ago

Will release tonight.

kratiahuja commented 7 years ago

broccoli-tslinter@2.0.1 is released!