With npx installed
npx prettier "*/.ts" --writeWith yarn installed
yarn prettier *.tsx --writeWith prettier installed
prettier *.tsx --writeWith npx installed
npx prettier "*/.ts" --writeWith yarn installed
yarn prettier *.tsx --writeWith prettier installed
prettier *.tsx --write