From 3703387a8abfa7d2765f158fa8ff952985939f96 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Mar 2022 01:45:12 +0000 Subject: [PATCH] chore(deps): update dependency @sourcegraph/eslint-config to ^0.27.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b4bb90de0033..05e6e80c45b2 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ }, "devDependencies": { "@actions/core": "^1.6.0", - "@sourcegraph/eslint-config": "^0.26.0", + "@sourcegraph/eslint-config": "^0.27.0", "@sourcegraph/prettierrc": "^3.0.3", "@sourcegraph/tsconfig": "^4.0.1", "@types/line-column": "1.0.0", diff --git a/yarn.lock b/yarn.lock index f29abecf58ff..6995252ab6a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -763,10 +763,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@sourcegraph/eslint-config@^0.26.0": - version "0.26.0" - resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.26.0.tgz#73371fe4019d9311ec7fa422e70d92129d57c2bf" - integrity sha512-mjNeGOtzJwsrMr0r+RxS/HA7sZdyZiQfW+t3mE686fwYPINRBeUDeK51tYfAPzzAYtlGA0ENTJsxrUYJfdLpNw== +"@sourcegraph/eslint-config@^0.27.0": + version "0.27.0" + resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.27.0.tgz#f892b5ad8c6d975bbeb97dfc40b31d0c41e4f70b" + integrity sha512-WEU77N93mfZB29R9UtFJfGGJ28nMB0gHCM2SqS0jUZDnkSMzJQGARAS7vGRZSrKo+pCUsNxANO4gvwRFvg26xA== dependencies: "@sourcegraph/prettierrc" "^3.0.3" "@typescript-eslint/eslint-plugin" "^4.28.3"