mgechev / mgechev/tslint-angular

Extend from tslint/recommended and remove duplicate rules

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
161
Forks
17
PR merge metrics
No merged PRs in 30d

Description

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?

```json
{
"extends": [
"tslint:recommended", // Should be extended before tslint-angular
"tslint-angular",
....
]
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the tslint-angular configuration entry point and README, then compare the configured rules with tslint:recommended. Done means the duplicate rules are removed and the chosen approach—extension or README guidance—is documented clearly.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, typescript
Domain
tooling
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.