Skip to content

Instantly share code, notes, and snippets.

@SpencerAung
Created November 20, 2018 06:12
Show Gist options
  • Save SpencerAung/6f422bfc4b080961b1129fe6eced29d6 to your computer and use it in GitHub Desktop.
Save SpencerAung/6f422bfc4b080961b1129fe6eced29d6 to your computer and use it in GitHub Desktop.
Prettier config
module.exports = {
trailingComma: 'es5',
tabWidth: 2,
semi: true,
singleQuote: true,
arrowParens: 'always',
parser: 'babylon',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment