Moumirrai / FLAVUS

Lavalink music bot
3 stars 1 forks source link

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

Open Moumirrai opened 1 year ago

Moumirrai commented 1 year ago

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

See all occurrences on DeepSource → deepsource.io/gh/Moumirrai/FLAVUS/issue/JS-0323/occurrences/