wbuchwalter / tslint-loader

tslint loader for webpack
193 stars 65 forks source link

show warnings in terminal, disable warnings in browser console #75

Open jacek213 opened 7 years ago

jacek213 commented 7 years ago

As stated in the topic, is that possible?

karolmie1 commented 7 years ago

As a workaround, you can disable lint checks entirely, and add git hook before commit. I would love to know proper solution too.