Created
May 2, 2019 15:21
-
-
Save M-ZubairAhmed/1b1adfc17f0ddb0549fef137a38beb90 to your computer and use it in GitHub Desktop.
My default personal opiniated prettier config
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 = { | |
endOfLine: 'lf', | |
semi: false, | |
singleQuote: true, | |
tabWidth: 2, | |
printWidth: 80, | |
trailingComma: 'all', | |
jsxBracketSameLine: true, | |
arrowParens: 'always', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment