Last active
June 30, 2021 14:42
-
-
Save hericke47/a28d064ad017871f46cfdc6dd3a50340 to your computer and use it in GitHub Desktop.
Prettier
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 = { | |
singleQuote: true, | |
trailingComma: 'es5', | |
bracketSpacing: true, | |
tabWidth: 2, | |
useTabs: true, | |
printWidth: 80, | |
tabWidth: 0, | |
arrowParens: "always", | |
requirePragma: true | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment