Skip to content

Commit

Permalink
More renames
Browse files Browse the repository at this point in the history
fbshipit-source-id: 81798e2
  • Loading branch information
brentvatne authored and expbot committed Mar 7, 2017
1 parent c895a5b commit af0d276
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"extends": "exponent/react",
"extends": "expo/react",
"plugins": [
"flow-vars"
"flowtype"
],
"rules": {
"react/no-comment-textnodes": 0,
"flow-vars/define-flow-type": 1,
"flow-vars/use-flow-type": 1
"flowtype/define-flow-type": 1,
"flowtype/use-flow-type": 1
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"warning": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"babel-eslint": "^7.1.1",
"eslint": "^3.0.0",
"eslint-config-expo": "^5.1.3",
"babel-eslint": "^7.1.1",
"eslint": "^3.12.2",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.29.2",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.8.0",
"flow-bin": "^0.30.0",
"react": "^15.4.0",
"react-native": "https://github.com/exponent/react-native/archive/sdk-14.0.0.tar.gz"
Expand Down

0 comments on commit af0d276

Please sign in to comment.