Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(JS-0323) Detected usage of the any type #51

Open
DerekNonGeneric opened this issue Aug 4, 2022 · 0 comments
Open

(JS-0323) Detected usage of the any type #51

DerekNonGeneric opened this issue Aug 4, 2022 · 0 comments

Comments

@DerekNonGeneric
Copy link
Member

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant