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 is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/openinf/util-md-table/issue/JS-0323/occurrences/
Description
The
anytype can sometimes leak into your codebase. TypeScript compiler skips the type checking of theanytyped variables, so it creates a potential safety hole, and source of bugs in your codebase. We recommend usingunknownornevertype variable.Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/openinf/util-md-table/issue/JS-0323/occurrences/