Created
November 19, 2021 22:40
-
-
Save rnag/25ece661fb179fb5adcbb38ec9440cc3 to your computer and use it in GitHub Desktop.
Preferred Prettier Settings
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
# See https://prettier.io/docs/en/options.html | |
printWidth: 70 | |
tabWidth: 4 | |
semi: true | |
singleQuote: true | |
trailingComma: 'es5' | |
bracketSpacing: true | |
arrowParens: 'always' | |
endOfLine: 'lf' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment