Created
April 24, 2020 04:49
-
-
Save restuu/30fea61b462f617b00d28e5c71d04661 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, | |
"printWidth": 120, | |
"trailingComma": "all" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment