Created
September 16, 2019 13:02
-
-
Save MikeIbberson/94369d752589251d2355abf271119c46 to your computer and use it in GitHub Desktop.
Prettier config
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
{ | |
"singleQuote": true, | |
"trailingComma": "all", | |
"arrowParens": "always", | |
"printWidth": 60, | |
"proseWrap": "always", | |
"quoteProps": "preserve" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment