Skip to content

Commit

Permalink
Update eslint-config-prettier to the latest version 🚀 (#1379)
Browse files Browse the repository at this point in the history
* chore(package): update eslint-config-prettier to version 5.1.0

* chore(package): update lockfile yarn.lock
  • Loading branch information
greenkeeper[bot] authored and alexreardon committed Jun 25, 2019
1 parent 43fb29e commit 0bf8072
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-prettier": "^5.1.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-emotion": "^10.0.7",
"eslint-plugin-flowtype": "^3.10.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5415,10 +5415,10 @@ eslint-config-airbnb@^17.1.0:
object.assign "^4.1.0"
object.entries "^1.0.4"

eslint-config-prettier@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.3.0.tgz#c55c1fcac8ce4518aeb77906984e134d9eb5a4f0"
integrity sha512-sZwhSTHVVz78+kYD3t5pCWSYEdVSBR0PXnwjDRsUs8ytIrK8PLXw+6FKp8r3Z7rx4ZszdetWlXYKOHoUrrwPlA==
eslint-config-prettier@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-5.1.0.tgz#bf29442e7c818236a77acfe2241ec991299f9bf1"
integrity sha512-+tpiaLm3wl6fPW5nq0dDyVowQM0FT61lAdWZ+sDWgk6kKzgbOnCDwlcbwI38cyCBhq+Z3ret5Iofp6/gZpO0zw==
dependencies:
get-stdin "^6.0.0"

Expand Down

0 comments on commit 0bf8072

Please sign in to comment.