Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebStorm TSLint: error: unknown option `-t json'

My Angular2 project in WebStorm suddenly started to show for each TSLint .ts inspection

WebStorm TSLint error

TSLint: error: unknown option `-t json'
like image 519
BrrBr Avatar asked Jul 12 '17 22:07

BrrBr


2 Answers

In my case I just reverted back from [email protected] to [email protected] and tslint started working again with WebStorm.

like image 68
BrrBr Avatar answered Nov 16 '22 14:11

BrrBr


Upgrade Webstorm to version 2017.2.4

like image 39
Pablo Avatar answered Nov 16 '22 14:11

Pablo