Created
May 23, 2019 10:25
-
-
Save shri3k/fb657aad44c95e7e903f43bfb9c8e3e6 to your computer and use it in GitHub Desktop.
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
# .prettierrc or .prettierrc.yaml | |
trailingComma: "all" | |
tabWidth: 2 | |
tabs: false | |
semi: true | |
singleQuote: true | |
bracketSpacing: true | |
jsxBracketSameLine: false | |
arrowParens: avoid | |
insertPragma: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment