wbuchwalter / tslint-loader

tslint loader for webpack
193 stars 65 forks source link

Lint dirty modules only #86

Open thasmo opened 6 years ago

thasmo commented 6 years ago

stylelint-webpack-plugin has this awesome option lintDirtyModulesOnly which only lints changed files and doesn't run the linter initially when starting webpack with --watch.

Is there a chance we could also have this for tslint-loader?

Thanks for the great work on this loader!

DavidIsrawi commented 4 years ago

Any update on this?

thasmo commented 4 years ago

@DavidIsrawi, have a look at webpack-contrib/eslint-loader#304 too.

DavidIsrawi commented 4 years ago

Thanks @thasmo - I was looking for the tslint version of that loader