diff --git a/.all-contributorsrc b/.all-contributorsrc
index e0f082df..97139f07 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1562,6 +1562,15 @@
       "contributions": [
         "code"
       ]
+    },
+    {
+      "login": "MynockSpit",
+      "name": "Than Hutchins",
+      "avatar_url": "https://avatars.githubusercontent.com/u/5713867?v=4",
+      "profile": "https://github.com/MynockSpit",
+      "contributions": [
+        "code"
+      ]
     }
   ],
   "repoHost": "https://github.com/"
diff --git a/README.md b/README.md
index 9b814514..a490486a 100644
--- a/README.md
+++ b/README.md
@@ -131,212 +131,215 @@ Thanks goes to these people ([emoji key][emojis]):
 
 
 
 
 
diff --git a/other/octopus.png b/other/octopus.png
index 9fcd321c..906ac9bb 100644
Binary files a/other/octopus.png and b/other/octopus.png differ
diff --git a/package.json b/package.json
index 6881c899..a1cb7c03 100644
--- a/package.json
+++ b/package.json
@@ -65,6 +65,9 @@
       "plugin:import/typescript"
     ],
     "rules": {
+      "@typescript-eslint/prefer-optional-chain": "off",
+      "@typescript-eslint/no-explicit-any": "off",
+      "@typescript-eslint/no-unsafe-member-access": "off",
       "@typescript-eslint/prefer-includes": "off",
       "import/prefer-default-export": "off",
       "import/no-unassigned-import": "off",
diff --git a/src/__tests__/pretty-dom.js b/src/__tests__/pretty-dom.js
index 8a4cfd49..889d0fed 100644
--- a/src/__tests__/pretty-dom.js
+++ b/src/__tests__/pretty-dom.js
@@ -152,3 +152,17 @@ test('prettyDOM can include all elements with a custom filter', () => {