Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / .eslintrc.passing.json
diff --git a/web/core/.eslintrc.passing.json b/web/core/.eslintrc.passing.json
new file mode 100644 (file)
index 0000000..3f42d32
--- /dev/null
@@ -0,0 +1,12 @@
+{
+  "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"
+  }
+}