wbuchwalter / tslint-loader

tslint loader for webpack
193 stars 65 forks source link

Ref# 79 Fixes parsing of tslint.json (configuration) #80

Closed taicho closed 5 years ago

taicho commented 7 years ago

Uses Lint.Configuration.loadConfigurationFromPath instead of Lint.Configuration.parseConfigFile because the latter does not properly resolve the “extends” directive in tslint configurations leaving the runtime-resolved configuration without any of the inherited rules.