Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / .eslintrc.passing.json
index 3f42d326c6c0a5e92a528ee42a7817a170bb280d..5e4223224ee661ab68ae85429516e78c9b942e62 100644 (file)
@@ -1,12 +1,15 @@
 {
   "extends": "./.eslintrc.json",
   "rules": {
-    "no-use-before-define": "off",
     "no-shadow": "off",
     "no-new": "off",
     "no-continue": "off",
     "new-cap": "off",
     "max-len": "off",
-    "default-case": "off"
+    "default-case": "off",
+    "prefer-destructuring": "off",
+    "react/no-this-in-sfc": "off",
+    "react/destructuring-assignment": "off",
+    "import/named": "off"
   }
 }