Created
August 25, 2021 16:02
-
-
Save fsjorgeluis/de92aa30f31ed47ff8ab92b99c5b255d to your computer and use it in GitHub Desktop.
Just a little prettier config I like
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
module.exports = { | |
trailingComma: 'es5', | |
tabWidth: 2, | |
semi: true, | |
singleQuote: true, | |
useTabs: true, | |
bracketSpacing: true, | |
jsxBracketSameLine: false, | |
arrowParens: 'always', | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment