The web essentials plugin for visual studio 2013 comes with a linter for typescript. I get hundreds of messages now, but I have no idea what some of them mean.
Is there a place where every tslint error is explained? (a sort of tslint wiki?) I tried googling them, but I don't get any explanation.
Errors:
and then there are some really weird ones:
sort of tslint wiki?
Unfortunately no. But a short description ins present here https://github.com/palantir/tslint#supported-rules
Many of these are from jslint so this should help http://jslinterrors.com/
TsLint: comment must start with a space (really? why?)
It is a coding convention to make comments visually pleasing. // comment
Is much easier to read than //comment
. Visual aesthetics become important in large teams.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With