Last active
October 17, 2019 00:22
-
-
Save andyalmeida/113d962dbb8a76095cd7d72ec9db5b3e to your computer and use it in GitHub Desktop.
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
| { | |
| "singleQuote": true, | |
| "trailingComma": "es5" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment