appsmithorg / appsmithorg/appsmith
(JS-0323) Detected usage of the `any` type
Ouverte
Frontend
Low
Medium effort
Refactor
Task
- Langage dominant
- TypeScript
- Étoiles
- 40.9k
- Forks
- 4.8k
- Merge moyen
- 1 j 22 h
- PR mergées (30 j)
- 45
Description
## 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/)
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.