akveo / akveo/ngx-admin-bundle-support
Deprecated prepush checks
- Lingua principale
- TypeScript
- Stelle
- 56
- Fork
- 30
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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!
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.