Last active
August 23, 2017 14:37
-
-
Save darasus/416e1421dfecbba2c742d7905f51fd7c to your computer and use it in GitHub Desktop.
Prettier format command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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