diff --git a/core/.eslintrc.json b/core/.eslintrc.json index 369539d27f..659807751b 100644 --- a/core/.eslintrc.json +++ b/core/.eslintrc.json @@ -22,7 +22,7 @@ "consistent-return": [0], "no-underscore-dangle": [0], "max-nested-callbacks": [1, 3], - "no-mutable-exports": [1], + "import/no-mutable-exports": [1], "no-plusplus": [1, { "allowForLoopAfterthoughts": true }],