Last active
February 7, 2019 06:47
-
-
Save jarodsmk/2d0d707c2a3eaa7f87b7ab3a6e64d366 to your computer and use it in GitHub Desktop.
CMD - Running Prettier recursively for every file with our config
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 --list-different --write --config ../.prettierrc "{,!(node_modules)/**/}*.js" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment