uninstall eslint globally code example
Example 1: npm uninstall eslint
npm uninstall <module_name>
Example 2: how to uninstall npm package
npm uninstall -g <module_name> //to uninstall globally
Example 3: how to unistall dependencies
npm un <package_name>