Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a70cbed

Browse files
committedApr 22, 2020
Update dependency eslint-config-prettier to v6.11.0
1 parent f1c30a8 commit a70cbed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"css-loader": "3.5.2",
6969
"eslint": "6.8.0",
7070
"eslint-config-airbnb": "18.1.0",
71-
"eslint-config-prettier": "6.10.1",
71+
"eslint-config-prettier": "6.11.0",
7272
"eslint-plugin-import": "2.20.2",
7373
"eslint-plugin-jsx-a11y": "6.2.3",
7474
"eslint-plugin-prettier": "3.1.3",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5809,10 +5809,10 @@ eslint-config-airbnb@18.1.0:
58095809
object.assign "^4.1.0"
58105810
object.entries "^1.1.1"
58115811

5812-
eslint-config-prettier@6.10.1:
5813-
version "6.10.1"
5814-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.10.1.tgz#129ef9ec575d5ddc0e269667bf09defcd898642a"
5815-
integrity sha512-svTy6zh1ecQojvpbJSgH3aei/Rt7C6i090l5f2WQ4aB05lYHeZIR1qL4wZyyILTbtmnbHP5Yn8MrsOJMGa8RkQ==
5812+
eslint-config-prettier@6.11.0:
5813+
version "6.11.0"
5814+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz#f6d2238c1290d01c859a8b5c1f7d352a0b0da8b1"
5815+
integrity sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==
58165816
dependencies:
58175817
get-stdin "^6.0.0"
58185818

0 commit comments

Comments
 (0)
Please sign in to comment.