Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / .eslintrc.json
index 369539d27fce8a90c81bfe33028f5a63fe48d511..659807751bec43f818ae7ce762fa2dd44548ea4e 100644 (file)
@@ -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
     }],