diff --git a/core/.eslintrc.json b/core/.eslintrc.json index 659807751bec43f818ae7ce762fa2dd44548ea4e..369539d27fce8a90c81bfe33028f5a63fe48d511 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], - "import/no-mutable-exports": [1], + "no-mutable-exports": [1], "no-plusplus": [1, { "allowForLoopAfterthoughts": true }],