how to totally uninstall prettier

Shell
//This is how you remove package from your dependencies in project.json

npm uninstall --save <package_name>
npm uninstall <package_name>


Source

Also in Shell: