Skip to content

Instantly share code, notes, and snippets.

@darasus
Last active August 23, 2017 14:37
Show Gist options
  • Select an option

  • Save darasus/416e1421dfecbba2c742d7905f51fd7c to your computer and use it in GitHub Desktop.

Select an option

Save darasus/416e1421dfecbba2c742d7905f51fd7c to your computer and use it in GitHub Desktop.
Prettier format command
prettier --write --single-quote --trailing-comma all "src/**/*.js" && prettier --write --single-quote --trailing-comma all "src/*.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment