appsmithorg / appsmithorg/appsmith
(JS-0323) Detected usage of the `any` type
Open
Frontend
Low
Medium effort
Refactor
Task
- Dominant language
- TypeScript
- Stars
- 40.9k
- Forks
- 4.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 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/)
Contributor guide
Assessment
This issue has not been assessed yet.