appsmithorg / appsmithorg/appsmith

(JS-0323) Detected usage of the `any` type

Abierto
#7,938 5 comentarios 0 reacciones 0 asignados Ver en GitHub
Frontend Low Medium effort Refactor Task
Lenguaje dominante
TypeScript
Estrellas
40.9k
Forks
4.8k
Merge medio
1 d 22 h
PR fusionados (30 d)
45

Descripción

## 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/)

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.