Skip to content

Commit

Permalink
Greenkeeper/eslint config prettier 3.0.1 (#87)
Browse files Browse the repository at this point in the history
* chore(package): update eslint-config-prettier to version 3.0.1

Closes #82

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
  • Loading branch information
Bryan Clark committed Aug 30, 2018
1 parent 9d49afd commit d74f21d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.10.0",
"eslint-config-prettier": "^2.7.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.3.1",
"jest": "^23.0.1",
"prettier": "^1.8.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1204,11 +1204,11 @@ escodegen@^1.9.0:
optionalDependencies:
source-map "~0.6.1"

eslint-config-prettier@^2.7.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.9.0.tgz#5ecd65174d486c22dff389fe036febf502d468a3"
eslint-config-prettier@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.0.1.tgz#479214f64c1a4b344040924bfb97543db334b7b1"
dependencies:
get-stdin "^5.0.1"
get-stdin "^6.0.0"

eslint-plugin-prettier@^2.3.1:
version "2.6.0"
Expand Down Expand Up @@ -1576,9 +1576,9 @@ 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"

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

0 comments on commit d74f21d

Please sign in to comment.