From aff62cb36bf4fe7f4ce3eb9bc4ecc9fe1fef5bf6 Mon Sep 17 00:00:00 2001 From: Lauri Eskola <lauri.eskola@acquia.com> Date: Sun, 23 Jul 2023 21:38:42 +0300 Subject: [PATCH] Issue #2983380 by idebr, PatashINotFound, sagarchauhan, alwaysworking: JS codestyle: import/named --- core/.eslintrc.passing.json | 1 - 1 file changed, 1 deletion(-) diff --git a/core/.eslintrc.passing.json b/core/.eslintrc.passing.json index 66e423476b1d..434f16cd8e29 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" } } -- GitLab