Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I set the tslint.json file location in vscode?

I would like to set my tslint.json location to something other than the workspace root, i.e. "${workspaceRoot}/.vscode/". It seems that tslint only works in vscode with tslint in the root directory. Is it possible to change this to another loaction?

like image 632
Winston Guess Avatar asked Nov 25 '25 11:11

Winston Guess


1 Answers

Click File -> Preferences -> Settings

Add this line into the preferences:

"tslint.configFile": "path to tslint"
like image 69
mgm87 Avatar answered Nov 27 '25 00:11

mgm87



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!