wbuchwalter / tslint-loader

tslint loader for webpack
192 stars 65 forks source link

Formatters dir is relative to ts-loader module #26

Closed npiguet closed 8 years ago

npiguet commented 8 years ago

Currently, the formatters dir is located relative to the CWD. This is a problem when tslint-loader is used as a transitive dependency of another project.

In our case, it makes sense to pass the exact absolute path to the formatters directory that is located within the lslint-loader module.

wbuchwalter commented 8 years ago

Thanks! Release under 2.1.4.