aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 124 forks source link

TSLint - add support for extends #735

Open mcm-ham opened 8 years ago

mcm-ham commented 8 years ago

I would like to have a tslint.json file like this:

{
  "extends": "tslint:recommended",
  "rules": {
    "quotemark": [ true, "single", "avoid-escape" ]
  }
}

But I find things in tslint recommended config are not being checked unless I add them to the rules.

Side question, are there docs anywhere? I found out from another bug in this repo the config file is to be named tslint.json and lives in root of project folder.

mlorbetske commented 8 years ago

cc @madskristensen