Created
October 2, 2022 19:05
-
-
Save rimzzlabs/ab27e270eba6e68eb3eba7de300666c1 to your computer and use it in GitHub Desktop.
Prettier Config
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
module.exports = { | |
semi: false, | |
tabWidth: 2, | |
printWidth: 120, | |
singleQuote: true, | |
jsxSingleQuote: true, | |
trailingComma: 'none', | |
arrowParens: 'always', | |
endOfLine: 'auto', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment