Adding temporary console logging to track down issue (#2492)

* Adding temporary console logging to track down issue

* Temporarily removing lint rule and made formatting changes
This commit is contained in:
vchske
2026-05-20 09:59:59 -07:00
committed by GitHub
parent 9343e000b6
commit 92a56f77b7
5 changed files with 55 additions and 20 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ module.exports = {
},
],
rules: {
"no-console": ["error", { allow: ["error", "warn", "dir"] }],
//CTODO temp removing this: "no-console": ["error", { allow: ["error", "warn", "dir"] }],
curly: "error",
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/no-unused-vars": "error",