appsmithorg / appsmithorg/appsmith
(JS-0323) Detected usage of the `any` type
Aperta
Frontend
Low
Medium effort
Refactor
Task
- Lingua principale
- TypeScript
- Stelle
- 40.9k
- Fork
- 4.8k
- Merge medio
- 1g 22h
- PR unite (30g)
- 45
Descrizione
## Description
The `any` type can sometimes leak into your codebase. TypeScript compiler skips the type checking of the `any` typed variables, so it creates a potential safety hole, and source of bugs in your codebase. We recommend using `unknown` or `never` type variable.
## Occurrences
There are 1648 occurrences of this issue in the repository.
See all occurrences on DeepSource → [deepsource.io/gh/appsmithorg/appsmith/issue/JS-0323/occurrences/](https://deepsource.io/gh/appsmithorg/appsmith/issue/JS-0323/occurrences/)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.