Skip to content

Instantly share code, notes, and snippets.

@jorilallo
Created March 14, 2017 23:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jorilallo/8c95f0aa04dda7e4f0610431a09a0a08 to your computer and use it in GitHub Desktop.
Save jorilallo/8c95f0aa04dda7e4f0610431a09a0a08 to your computer and use it in GitHub Desktop.
{
"extends": [
"@frontend/coinbase",
"prettier",
"prettier/react",
"prettier/flowtype"
],
"rules": {
"flowtype/type-id-match": [
2,
"^([A-Z][a-z0-9]*)+Type$"
],
"react/sort-comp": [2, {
order: [
'type-annotations',
'static-methods',
'lifecycle',
'everything-else',
'render',
],
}]
},
"settings": {
"import/resolver": "webpack",
},
"env": {
"jest": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment