Skip to content

Commit

Permalink
Upgrade to ESLint v4.17.0 (plus update related deps)
Browse files Browse the repository at this point in the history
Reviewed By: adamjernst

Differential Revision: D6956725

fbshipit-source-id: d223aa238dbb67190a1c244c7d482fc95005ccb0
  • Loading branch information
zertosh authored and facebook-github-bot committed Feb 10, 2018
1 parent 51b6749 commit bba19e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
4 changes: 0 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

"parser": "babel-eslint",

"ecmaFeatures": {
"jsx": true
},

"env": {
"es6": true,
"jest": true,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"glob": "^7.1.1",
"graceful-fs": "^4.1.3",
"inquirer": "^3.0.6",
"lodash": "^4.16.6",
"lodash": "^4.17.5",
"metro": "^0.25.1",
"metro-core": "^0.25.1",
"mime": "^1.3.4",
Expand Down Expand Up @@ -206,15 +206,15 @@
"yargs": "^9.0.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-fb-strict": "^20.0.3",
"eslint-config-fbjs": "^1.1.1",
"eslint-plugin-eslint-comments": "^2.0.1",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-jest": "^21.5.0",
"eslint-plugin-prettier": "2.1.1",
"eslint-plugin-react": "^7.2.1",
"babel-eslint": "8.2.1",
"eslint": "4.17.0",
"eslint-config-fb-strict": "22.1.0",
"eslint-config-fbjs": "2.0.1",
"eslint-plugin-eslint-comments": "2.0.2",
"eslint-plugin-flowtype": "2.43.0",
"eslint-plugin-jest": "21.8.0",
"eslint-plugin-prettier": "2.6.0",
"eslint-plugin-react": "7.6.1",
"flow-bin": "^0.65.0",
"jest": "22.2.1",
"jest-junit": "3.5.0",
Expand Down

0 comments on commit bba19e8

Please sign in to comment.