Last active
January 12, 2018 03:31
-
-
Save allanbian1017/97e6f6b068a3d05f2cdf0ad51f1997cd to your computer and use it in GitHub Desktop.
Prettier config template
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, | |
"bracketSpacing": false, | |
"arrowParens": "always", | |
"trailingComma": "es5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment