EddieHubCommunity / api

API to manage our community data
https://api.eddiehub.io
MIT License
68 stars 63 forks source link

[OTHER] Fix vulnerable packages and remove tslint #286

Closed tbhaxor closed 2 years ago

tbhaxor commented 2 years ago

What would you like to share?

The tslint package is deprecated and eslint with typescript plugin is now used. Also nestjs cli scaffold has implemented this. Therefore remove this unwanted package.

Also npm audit command gives some vulnerable packages that can be fixed with npm audit fix --force command.

Additional information

No response

tbhaxor commented 2 years ago

Closing this because of no bandwidth to solve