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.
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 withnpm audit fix --force
command.Additional information
No response