This doesn't pick up any errors/warnings. If I add rules to the tslint.json, these are picked up and errors flagged. I've tried "tslint:latest"also. Id prefer not not have to specify rules initially. I also tried updating tslint and typescript in the WebAnalyser folder without success.
I have the following tslint.json in my project;
{ "extends": "tslint:recommended" }
This doesn't pick up any errors/warnings. If I add rules to the tslint.json, these are picked up and errors flagged. I've tried "tslint:latest"also. Id prefer not not have to specify rules initially. I also tried updating tslint and typescript in the WebAnalyser folder without success.