DEV Community

Discussion on: How not to lint your code?

Collapse
 
kevinboosten profile image
Kevin Boosten

Nice article! Will try out tslint:all tomorrow!

I also standard add this rule from tslint-microsoft-contrib to check my code on any forgotten TODO/FIXME/HACK comments:
β€œno-suspicious-commentβ€œ πŸ™‚

Collapse
 
areknawo profile image
Arek Nawo

Thanks! I think you might be interested in a config of mine that I've recently released. github.com/areknawo/eslint-config-... It aims to solve most of the issues that I've described in this post. Hope you enjoy it! 😊