Created
February 25, 2020 18:06
-
-
Save salishdev/788fa8d1e7e187b5751556e7477cdbaa to your computer and use it in GitHub Desktop.
.prettierrc.js
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: true, | |
trailingComma: 'all', | |
singleQuote: true, | |
printWidth: 120, | |
tabWidth: 2, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment