- Install prettier
- Make a .prettierignore file, and add directories you'd like prettier to not format, for example:
**/node_modules
- Run
prettier --write "**/*.js"
*Don't forget the quotes. - Optional: if you want to format JSON/SCSS files too, replace js with json/scss.
-
-
Save msalahz/7821c92e5659f3a0658c1735b7b89dfc to your computer and use it in GitHub Desktop.
Run prettier on all JS files in a directory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment