Last active
November 3, 2019 09:13
-
-
Save lydemann/46a1d8a67c61a2fa5d1b00915dc4853f 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
"prettier": { | |
"singleQuote": true, | |
"printWidth": 100, | |
"semi": true, | |
"bracketSpacing": true, | |
"arrowParens": "always" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment