madskristensen / WebAnalyzer

A Visual Studio extension
Other
55 stars 17 forks source link

config using extends not working #44

Open daric81 opened 8 years ago

daric81 commented 8 years ago

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.