Skip to content

Instantly share code, notes, and snippets.

@renatamarques97
Last active July 10, 2025 12:37
Show Gist options
  • Select an option

  • Save renatamarques97/b0c3cfb67c36d86cf0e08f8a488c49f8 to your computer and use it in GitHub Desktop.

Select an option

Save renatamarques97/b0c3cfb67c36d86cf0e08f8a488c49f8 to your computer and use it in GitHub Desktop.

With npx installed

npx prettier "*/.ts" --write

With yarn installed

yarn prettier *.tsx --write

With prettier installed

prettier *.tsx --write
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment