how to totally uninstall prettier code example
Example 1: how to totally uninstall prettier
//This is how you remove package from your dependencies in project.json
npm uninstall --save <package_name>
Example 2: how to totally uninstall prettier
npm uninstall <package_name>