mgechev / tslint-angular

Recommended tslint configuration for Angular applications.
161 stars 20 forks source link

New innner config for tslint-angular:codelyzer #7

Open listepo-alterpost opened 6 years ago

listepo-alterpost commented 6 years ago

@mgechev, in this preset there is an override of the tslint:all config, I understand that this preset complies with angular style guide, but this in the future can be difficult to maintain. Maybe it makes sense to create another inner config with only codelyzer rules. Example: tslint-angular:codelyzer only codelyzer rules without override tslint:all config

mgechev commented 6 years ago

@listepo-alterpost sounds like a good suggestion! Would you want to open a PR with the inner config? The main config can extend it.

mgechev commented 5 years ago

Reopening since I referenced the wrong commit.