Created
May 22, 2019 17:46
-
-
Save sankalpk/f677c2617f7031ebed46dae8353b8cef to your computer and use it in GitHub Desktop.
Run prettier fix on all files
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 'src/**/*.scss' | |
prettier --write 'src/**/*.css' | |
prettier --write 'src/**/*.js' | |
prettier --write 'src/**/*.jsx' | |
prettier --write 'src/**/*.html' | |
prettier --write 'public/**/*.html' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment