From 00da9b8c10bb2abe171f4c19fff72abaef01a7fd Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Sat, 19 Jul 2025 22:25:12 -0700 Subject: [PATCH] fixing duplicate rule --- superset-frontend/.eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js index f2d89ab7860..1291ea9e6b4 100644 --- a/superset-frontend/.eslintrc.js +++ b/superset-frontend/.eslintrc.js @@ -388,7 +388,6 @@ module.exports = { 'Default React import is not required due to automatic JSX runtime in React 16.4', }, ], - 'no-restricted-imports': 0, }, }, {