Skip to content

Instantly share code, notes, and snippets.

@lydemann
Last active November 3, 2019 09:13
Show Gist options
  • Save lydemann/46a1d8a67c61a2fa5d1b00915dc4853f to your computer and use it in GitHub Desktop.
Save lydemann/46a1d8a67c61a2fa5d1b00915dc4853f to your computer and use it in GitHub Desktop.
Prettier config
"prettier": {
"singleQuote": true,
"printWidth": 100,
"semi": true,
"bracketSpacing": true,
"arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment