Skip to content

Instantly share code, notes, and snippets.

@tonkla
Created July 28, 2020 12:12
Show Gist options
  • Save tonkla/b8735f3680070ae36af398283f6c40b4 to your computer and use it in GitHub Desktop.
Save tonkla/b8735f3680070ae36af398283f6c40b4 to your computer and use it in GitHub Desktop.
Prettier CLI
prettier --print-width 100 --single-quote --no-semi --trailing-comma es5 --tab-width 2 --use-tabs false --write "**/*.{js,ts}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment