npm uninstall eslint

C++
npm uninstall <module_name>  npm uninstall -g <module_name>  //to uninstall globallySimply use below command in cmd and change module_name with different modules

>npm uninstall <module_name>//This is how you remove package from your dependencies in project.json

npm uninstall --save <package_name>

Source

Also in C++: