Merge pull request #3319 from thelounge/renovate/eslint-config-prettier-6.x

Update dependency eslint-config-prettier to v6
This commit is contained in:
Pavel Djundik 2019-07-19 15:36:17 +03:00 committed by GitHub
commit d7ff13a41d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -16,7 +16,6 @@ rules:
dot-notation: error
eqeqeq: error
handle-callback-err: error
linebreak-style: [error, unix]
no-alert: error
no-catch-shadow: error
no-control-regex: off

View file

@ -85,7 +85,7 @@
"css.escape": "1.5.1",
"emoji-regex": "8.0.0",
"eslint": "6.0.1",
"eslint-config-prettier": "4.0.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-vue": "5.2.3",
"fuzzy": "0.1.3",
"graphql-request": "1.8.2",

View file

@ -2973,10 +2973,10 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
eslint-config-prettier@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.0.0.tgz#16cedeea0a56e74de60dcbbe3be0ab2c645405b9"
integrity sha512-kWuiJxzV5NwOwZcpyozTzDT5KJhBw292bbYro9Is7BWnbNMg15Gmpluc1CTetiCatF8DRkNvgPAOaSyg+bYr3g==
eslint-config-prettier@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25"
integrity sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA==
dependencies:
get-stdin "^6.0.0"