Created
September 21, 2018 09:46
-
-
Save jastuccio/e31082db6c199eb310a16542930e2966 to your computer and use it in GitHub Desktop.
prettier settings from https://medium.com/@UnicornAgency/jamstack-pwa-lets-build-a-polling-app-with-gatsby-js-firebase-and-styled-components-pt-1-78a03a633092
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
{ | |
"printWidth": 80, | |
"singleQuote": true, | |
"trailingComma": "all", | |
"write": "src/**/*.js", | |
"jsxBracketSameLine": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment