raspberri05 / taskorial

A full-stack web application to keep track of your tasks, with Google Gemini-powered AI integration in active development. I built this using React for the frontend, Express for the backend, and MongoDB for the database. This project also integrates Google's Gemini AI via a server-side API.
https://taskorial.netlify.app
GNU General Public License v3.0
15 stars 28 forks source link

(JS-0323, react-auth) Detected usage of the `any` type #218

Closed raspberri05 closed 3 weeks ago

raspberri05 commented 1 month 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 8 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/raspberri05/taskorial:react-auth/issue/JS-0323/occurrences/

ravishxt commented 3 weeks ago

Can you assign this to me?

raspberri05 commented 3 weeks ago

I went ahead and assigned you to this issue. Feel free to submit your changes via pull request once you are ready. Also, please consider starring this repository as it will enable more developers to find and contribute to this project.