Skip to content

Instantly share code, notes, and snippets.

@banjeremy
Created February 25, 2020 18:06
Show Gist options
  • Save banjeremy/788fa8d1e7e187b5751556e7477cdbaa to your computer and use it in GitHub Desktop.
Save banjeremy/788fa8d1e7e187b5751556e7477cdbaa to your computer and use it in GitHub Desktop.
.prettierrc.js
module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 2,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment