Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How / Where can I see all TSLint errors for current project in WebStorm?

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.

like image 973
arty Avatar asked Jan 10 '17 10:01

arty


1 Answers

  1. Select npm tab from the bottom left side.
  2. Run linting script (you must have it in package.json). See screenshot below for example: List of tslint errors/warnings
like image 187
Vasyl Efimenko Avatar answered Oct 09 '22 16:10

Vasyl Efimenko