Skip to content

Instantly share code, notes, and snippets.

@AdamRamberg
Created July 21, 2018 16:03
Show Gist options
  • Save AdamRamberg/6fcc1954a3535020e5b706f0601f9859 to your computer and use it in GitHub Desktop.
Save AdamRamberg/6fcc1954a3535020e5b706f0601f9859 to your computer and use it in GitHub Desktop.
react-from-scratch prettier.config.js
module.exports = {
printWidth: 80,
semi: true,
singleQuote: true,
trailingComma: 'all',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment