mgechev / tslint-angular

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

remove deprecated `typeof-compare` #4

Closed DanielKucal closed 6 years ago

DanielKucal commented 6 years ago

typeof-compare is deprecated. Starting from TypeScript 2.2 the compiler includes this check which makes this rule redundant. https://github.com/palantir/tslint/issues/2187