Skip to content

Commit

Permalink
Run Prettier on All Files (#960)
Browse files Browse the repository at this point in the history
* run prettier
  • Loading branch information
benshope authored Sep 19, 2018
1 parent 41578ff commit 35c8950
Show file tree
Hide file tree
Showing 263 changed files with 70,104 additions and 13,266 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
},
"extends": [
"uber-es2015",
"uber-jsx"
"uber-jsx",
"prettier",
"prettier/react"
],
"rules": {
"consistent-return": 0,
Expand All @@ -19,6 +21,7 @@
"plugins": [
"react",
"babel",
"prettier",
"no-only-tests"
]
}
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"bracketSpacing": false,
"jsxBracketSameLine": false,
"semi": true,
"parser": "flow"
"parser": "babylon"
}
Loading

0 comments on commit 35c8950

Please sign in to comment.