wbuchwalter / tslint-loader

tslint loader for webpack
192 stars 65 forks source link

Upgrading to tslint 4.0 #43

Closed jmlopez-rod closed 7 years ago

jmlopez-rod commented 7 years ago

findConfiguration now appends the configuration to results: https://github.com/palantir/tslint/commit/5dff1711f397a7384c373ccba46ded961435a221. The usage of the linter changed a bit. For now I’m not changing the amount of lines in the code since one of the tests is tied to the current index file so please be mindful of the two statements in the same line.

jmlopez-rod commented 7 years ago

@blacksonic I have tested this in my projects, this seems to fix it and it passes the test. Can you check it out and do a release?

sonicoder86 commented 7 years ago

LGTM