mgechev/tslint-angular

Extend from tslint/recommended and remove duplicate rules

Opened this issue · 0 comments

Would be nice if tslint-angular would extend from tslint:recommended and remove the duplicate rules.

Or.

  • Remove the duplicate rules and add it as best practice to the readme?
{
"extends": [
    "tslint:recommended",   // Should be extended before tslint-angular
    "tslint-angular",
     ....
  ]
}