Skip to content

Instantly share code, notes, and snippets.

@jarodsmk
Last active February 7, 2019 06:47
Show Gist options
  • Save jarodsmk/2d0d707c2a3eaa7f87b7ab3a6e64d366 to your computer and use it in GitHub Desktop.
Save jarodsmk/2d0d707c2a3eaa7f87b7ab3a6e64d366 to your computer and use it in GitHub Desktop.
CMD - Running Prettier recursively for every file with our config
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