Last active
February 10, 2022 15:02
-
-
Save bhubr/20a5f783124acaf0f6d00ecbe7b5d04d to your computer and use it in GitHub Desktop.
Basic default prettierrc
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
{ | |
"semi": true, | |
"singleQuote": true | |
} |
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
#!/bin/bash | |
wget https://gist.githubusercontent.com/bhubr/20a5f783124acaf0f6d00ecbe7b5d04d/raw/da36d867b205ea6a444cca1496e83ad1851bf543/.prettierrc.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment