Last active
March 19, 2023 23:21
-
-
Save manueldevjour/3bf77efe6d4232b0acea719c9c6e042c to your computer and use it in GitHub Desktop.
Own Prettierrc file I use
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: 'none', | |
tabWidth: 2, | |
semi: true, | |
singleQuote: true, | |
printWidth: 120, | |
bracketSpacing: true | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment