From 47f1b8416b576da06dc433a59315bb3678419476 Mon Sep 17 00:00:00 2001 From: Rostyslav Sipakov <34224178+rsipakov@users.noreply.github.com> Date: Tue, 23 Feb 2021 06:01:42 -0500 Subject: [PATCH 1/2] Remove "prettier/@typescript-eslint" Remove "prettier/@typescript-eslint" from .eslintrc.json. After update to the last version I getting this error on running lint: ESLint couldn't find the config "prettier/@typescript-eslint" to extend from. I explore this issue https://github.com/prettier/eslint-config-prettier/pull/175 and I think those extensions aren't needed anymore. --- examples/with-typescript-eslint-jest/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-typescript-eslint-jest/.eslintrc.json b/examples/with-typescript-eslint-jest/.eslintrc.json index b0fad61d18ed9..f40d3fa340f2b 100644 --- a/examples/with-typescript-eslint-jest/.eslintrc.json +++ b/examples/with-typescript-eslint-jest/.eslintrc.json @@ -8,7 +8,7 @@ // Uncomment the following lines to enable eslint-config-prettier // Is not enabled right now to avoid issues with the Next.js repo // "prettier", - // "prettier/@typescript-eslint" + // "prettier/@typescript-eslint" // delete according to this information https://github.com/prettier/eslint-config-prettier/pull/175 ], "env": { "es6": true, From cc7db19da1b6ffa9a0a76c2c04f619f2b101fcb4 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Sun, 28 Feb 2021 20:37:41 -0600 Subject: [PATCH 2/2] Update examples/with-typescript-eslint-jest/.eslintrc.json --- examples/with-typescript-eslint-jest/.eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/with-typescript-eslint-jest/.eslintrc.json b/examples/with-typescript-eslint-jest/.eslintrc.json index f40d3fa340f2b..6dd5286d22cb0 100644 --- a/examples/with-typescript-eslint-jest/.eslintrc.json +++ b/examples/with-typescript-eslint-jest/.eslintrc.json @@ -8,7 +8,6 @@ // Uncomment the following lines to enable eslint-config-prettier // Is not enabled right now to avoid issues with the Next.js repo // "prettier", - // "prettier/@typescript-eslint" // delete according to this information https://github.com/prettier/eslint-config-prettier/pull/175 ], "env": { "es6": true,