Last active
February 11, 2020 21:49
-
-
Save TylerSustare/6d4a61f6c9a4570d17a7d61ba7970153 to your computer and use it in GitHub Desktop.
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
{ | |
"trailingComma": "es5", | |
"tabWidth": 2, | |
"semi": true, | |
"singleQuote": true, | |
"bracketSpacing": true, | |
"jsxBracketSameLine": true, | |
"arrowParens": "avoid", | |
"printWidth": 160 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment