Skip to content

Instantly share code, notes, and snippets.

@lydemann
Last active November 3, 2019 09:13
Embed
What would you like to do?
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