Open thasmo opened 7 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.
stylelint-webpack-plugin
lintDirtyModulesOnly
--watch
Is there a chance we could also have this for tslint-loader?
tslint-loader
Thanks for the great work on this loader!
Any update on this?
@DavidIsrawi, have a look at webpack-contrib/eslint-loader#304 too.
Thanks @thasmo - I was looking for the tslint version of that loader
stylelint-webpack-plugin
has this awesome optionlintDirtyModulesOnly
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!