Skip to content

Instantly share code, notes, and snippets.

@haykerman
Last active November 18, 2019 23:48
Show Gist options
  • Save haykerman/2d54b623bb137648c13c3a261e011573 to your computer and use it in GitHub Desktop.
Save haykerman/2d54b623bb137648c13c3a261e011573 to your computer and use it in GitHub Desktop.
A config file for Prettier.
module.exports = {
singleQuote: true,
trailingComma: 'all',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment