Created
May 5, 2018 06:46
-
-
Save johngrimes/585b68dedbb027007022e3878b7b9404 to your computer and use it in GitHub Desktop.
My Prettier configuration
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": false, | |
"singleQuote": true, | |
"trailingComma": "all", | |
"proseWrap": "always" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment