Skip to content

Instantly share code, notes, and snippets.

@brandonjyee
Created May 1, 2018 02:23
Show Gist options
  • Save brandonjyee/d474e3bbba179cfe15d2b56bda1b2388 to your computer and use it in GitHub Desktop.
Save brandonjyee/d474e3bbba179cfe15d2b56bda1b2388 to your computer and use it in GitHub Desktop.
module.exports = {
// printWidth: 80, // 80
// tabWidth: 2, // 2
// useTabs: false, // false
// semi: true, // true
singleQuote: true, // false
trailingComma: 'es5', // none | es5 | all
// bracketSpacing: true // true
// jsxBracketSameLine: false // false
// arrowParens: avoid // avoid | always
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment