#!/bin/sh . "$(dirname "$0")/_/husky.sh" npx lint-staged --quiet || ( echo -e "\nāŒ Prettier formatting failed!\n" false; ) echo -e "āœ… Prettier formatting successful!"