Is it possible to control which rules are auto-fixed when running tslint --fix
? Ideally, I only want to autofix the whitespace and quotation rules, and I'll evaluate the rest manually. I can't seem to find anything in the documentation telling me which rules auto fix, or how to control which rules to apply though, and I'm a bit apprehensive about blindly fixing everything.
I'm currently using the tslint file that's autogenerated by Angular CLI.
null
useundefined
instead' and likewise with==
vs===
. – Siegel