From 292f61598f0e0c4d51575a3829d1e8ae252d11ff Mon Sep 17 00:00:00 2001 From: "gitwire-hq[bot]" <285039305+gitwire-hq[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:05:13 +0000 Subject: [PATCH] =?UTF-8?q?[gitwire-heal]=20fix(json):=20The=20build=20is?= =?UTF-8?q?=20failing=20because=20a=20deep=20dependency=20('es-abstract')?= =?UTF-8?q?=20is=20incom=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Applied by GitWire AI self-healing CI. Switched 'airbnb' to 'airbnb-base' to remove the React dependency chain, fixing the 'es-abstract' compatibility issue and the missing 'jsx-a11y' plugin exports. --- .eslintrc.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index a694dfe6..8b63a0b9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,5 @@ { - "extends": ["airbnb", "prettier", "plugin:jest/recommended"], + "extends": ["airbnb-base", "prettier", "plugin:jest/recommended"], "plugins": ["prettier", "jest"], "rules": { "prettier/prettier": ["error"], @@ -7,12 +7,7 @@ "max-len": ["error", { "code": 120 }], "no-unused-vars": ["error", { "argsIgnorePattern": "^_" }] }, - "settings": { - "react": { - "version": "999.999.999" - } - }, "parserOptions": { "ecmaVersion": 2020 } -} +} \ No newline at end of file