wbuchwalter / tslint-loader

tslint loader for webpack
192 stars 65 forks source link

use `tslintConfig.findConfiguration` to retrieve local config #30

Closed timse closed 8 years ago

timse commented 8 years ago

this should fix #29 and #23

wbuchwalter commented 8 years ago

Thanks! Released under 2.1.5

timse commented 8 years ago

👍 thanks for merging so quickly :)!

WillsonHaw commented 8 years ago

This is a breaking change. My tslint.json no longer can be specified as an option, and tslint's findConfiguration can't find my configuration because it's not in an ancestor folder. We need the ability to specify where the tslint.json file location is.

piq9117 commented 7 years ago

same problem with @MrHayato