diff --git a/core/.eslintrc.passing.json b/core/.eslintrc.passing.json
index 66e423476b1d0a1216a6ec0a1a85fe44986436a9..434f16cd8e2918d5391e9241c614e89fcf4e4529 100644
--- a/core/.eslintrc.passing.json
+++ b/core/.eslintrc.passing.json
@@ -13,7 +13,6 @@
     "default-param-last": "off",
     "prefer-destructuring": "off",
     "prefer-regex-literals": "off",
-    "import/named": "off",
     "import/no-import-module-exports": "off"
   }
 }