Skip to content

Instantly share code, notes, and snippets.

@hamlim
Created May 10, 2020 14:35
Show Gist options
  • Save hamlim/8c35877e2c54002f057d452545d3f2f8 to your computer and use it in GitHub Desktop.
Save hamlim/8c35877e2c54002f057d452545d3f2f8 to your computer and use it in GitHub Desktop.
Prettier Config
module.exports = {
singleQuote: true,
trailingComma: 'all',
semi: false,
bracketSpacing: true,
tabWidth: 2,
proseWrap: 'always',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment