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

chore: (JS-0323) Detected usage of the any type #10

Open
scmmishra opened this issue Apr 27, 2023 · 0 comments
Open

chore: (JS-0323) Detected usage of the any type #10

scmmishra opened this issue Apr 27, 2023 · 0 comments

Comments

@scmmishra
Copy link
Owner

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 3 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/scmmishra/pico-search/issue/JS-0323/occurrences/

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

No branches or pull requests

1 participant