Skip to content

Instantly share code, notes, and snippets.

@sjy
Last active January 2, 2018 16:07
Show Gist options
  • Save sjy/f44b99456a610814e3f312df1a2fb713 to your computer and use it in GitHub Desktop.
Save sjy/f44b99456a610814e3f312df1a2fb713 to your computer and use it in GitHub Desktop.
prettier config
{
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"printWidth": 100,
"proseWrap": "preserve",
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment