From 4f3260d693459c332de89802819532643a23f3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rmungandrk?= Date: Thu, 5 Mar 2026 15:16:47 -0500 Subject: [PATCH] fixes: overwritten property --- packages/eslint-config/react-lib.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/eslint-config/react-lib.js b/packages/eslint-config/react-lib.js index ba3e4072a..64957418d 100644 --- a/packages/eslint-config/react-lib.js +++ b/packages/eslint-config/react-lib.js @@ -151,7 +151,6 @@ module.exports = { // https://github.com/benmosher/eslint-plugin-import/tree/master/docs/rules "import/first": "error", "import/no-amd": "error", - "import/no-anonymous-default-export": "warn", "import/no-webpack-loader-syntax": "error", // https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules