From 169639cf8180ad3edab8796dbc17f22d9c562b19 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 21 Feb 2021 12:01:55 +0000 Subject: [PATCH 1/2] Update dependency eslint-config-prettier to v8 Signed-off-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6c75ea65e..cae24de88 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@typescript-eslint/eslint-plugin": "4.15.1", "@typescript-eslint/parser": "4.15.1", "eslint": "7.20.0", - "eslint-config-prettier": "7.2.0", + "eslint-config-prettier": "8.0.0", "eslint-plugin-import": "2.22.1", "jest": "26.6.3", "prettier": "2.2.1", diff --git a/yarn.lock b/yarn.lock index c4698e681..ff43515e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2720,10 +2720,10 @@ escodegen@^1.14.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9" - integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg== +eslint-config-prettier@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz#024d661444319686c588c8849c8da33815dbdb1c" + integrity sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA== eslint-import-resolver-node@^0.3.4: version "0.3.4" From 7388cafe452954ac24d71042ec67ce061bc7846e Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 21 Feb 2021 16:51:48 +0100 Subject: [PATCH 2/2] ESLint: Remove prettier/@typescript-eslint This rule no longer exists. According to the documentation on https://github.com/prettier/eslint-config-prettier#installation this is not needed anymore. Signed-off-by: Philip Molares --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 952996713..16a57233e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -13,7 +13,6 @@ module.exports = { 'eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier', - 'prettier/@typescript-eslint', ], root: true, env: {