Skip to content

Commit

Permalink
Merge pull request #254 from jfairbank/greenkeeper/eslint-config-pret…
Browse files Browse the repository at this point in the history
…tier-4.1.0

Update eslint-config-prettier to the latest version 🚀
  • Loading branch information
jp928 authored Mar 28, 2019
2 parents accdd54 + 6d34a34 commit dc134ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"babel-register": "^6.7.2",
"eslint": "^4.7.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-prettier": "^4.1.0",
"eslint-import-resolver-node": "^0.3.0",
"eslint-plugin-flowtype": "^2.35.1",
"eslint-plugin-import": "^2.1.0",
Expand Down
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1518,11 +1518,12 @@ eslint-config-airbnb-base@^12.0.0:
dependencies:
eslint-restricted-globals "^0.1.1"

eslint-config-prettier@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.9.0.tgz#5ecd65174d486c22dff389fe036febf502d468a3"
eslint-config-prettier@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.1.0.tgz#181364895899fff9fd3605fecb5c4f20e7d5f395"
integrity sha512-zILwX9/Ocz4SV2vX7ox85AsrAgXV3f2o2gpIicdMIOra48WYqgUnWNH/cR/iHtmD2Vb3dLSC3LiEJnS05Gkw7w==
dependencies:
get-stdin "^5.0.1"
get-stdin "^6.0.0"

eslint-import-resolver-node@^0.3.0, eslint-import-resolver-node@^0.3.1:
version "0.3.1"
Expand Down Expand Up @@ -1999,9 +2000,10 @@ get-caller-file@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5"

get-stdin@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==

get-stream@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit dc134ea

Please sign in to comment.