Skip to content

Instantly share code, notes, and snippets.

@enapupe
Created March 13, 2018 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enapupe/4b2593db224cb38bbb5d159157a773a0 to your computer and use it in GitHub Desktop.
Save enapupe/4b2593db224cb38bbb5d159157a773a0 to your computer and use it in GitHub Desktop.
my preferred prettier config
{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"parser": "babylon",
"semi": false,
"arrowParens": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment