akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

Deprecated prepush checks #55

Open eranzim opened 4 years ago

eranzim commented 4 years ago

Hi!

Each time I push my code to my git repo, I get the following output:

no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.
typeof-compare is deprecated. Starting from TypeScript 2.2 the compiler includes this check which makes this rule redundant.
no-unused-variable is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.

Can something be done to eliminate these warnings? They make it harder to see if anything went wrong in the prepush check (and frankly, deprecated code should usually be avoided/upgraded for good reasons..)

Thanks!