May be I am missing something but I have not found a dedicated place in WebStorm where I can see (and navigate) all errors reported by TSLint.
In the best case I can find the errors while opening a file and pressing F2 (to go to Next Highlighted Error) which not always working as well.
PS. There is a dedicated TypeScript Pane/l in WebStorm but it doesn't show any TSLint errors, neither these reported in Event Log Pane/l.
Code | Inspect Code...
.. or a bit "narrowed version" of it:Code | Run Inspection by Name...
and choose to run TSLint one only. P.S. Yep, this way it needs to be run manually every time (will not auto-refresh if you edit and save your code) – Ruthie