From 83294cebb3fceee3f15495f9f9f5f186ae21eefb Mon Sep 17 00:00:00 2001
From: Michael Kauzmann <michael.kauzmann@colorado.edu>
Date: Mon, 16 Jan 2023 11:06:21 -0700
Subject: [PATCH] opt out of todo-should-have-issue in package.json of the
 repo, https://github.com/phetsims/chipper/issues/1372

---
 package.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 5bf4cca8..3b9d1f97 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,9 @@
     "published": true
   },
   "eslintConfig": {
-    "extends": "../chipper/eslint/sim_eslintrc.js"
+    "extends": "../chipper/eslint/sim_eslintrc.js",
+    "rules": {
+      "todo-should-have-issue": "off"
+    }
   }
 }
\ No newline at end of file