mgechev / tslint-angular

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

This configurations seem to be very different from angular-cli's tslint configuration. #16

Closed xiaoxiangmoe closed 5 years ago

xiaoxiangmoe commented 5 years ago

Angular-CLI tslint.json.template

tslint-angular

These two configurations seem to be very different.


Note: there are few more rules added on top of the Angular CLI configuration.

Can you tell me exactly what are the rules added ? This way I can know how to synchronize the angular-cli configuration to this project. Thanks.

mgechev commented 5 years ago

Hey @xiaoxiangmoe, some of the new rules are in this section. Yes, the project got a little out of sync with the Angular CLI since we migrated to the tslint:recommended config. This repo still, however, contains mostly a stricter superset of the CLI's config.