-
-
Save ravidsrk/f108be3ac727b6c74e916ae1651c6d58 to your computer and use it in GitHub Desktop.
Prettier - Format or unminify code (single file or any folder of certain files)
This file contains 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
# Quickly fix one file | |
npx prettier --write your-file.html | |
# Quickly fix all files of one type | |
npx prettier --write src/**/*.{js,jsx} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment