From 9f1b9348ab7fcc3640047f4efdfcbe0db244ab05 Mon Sep 17 00:00:00 2001 From: Chuck Skelton Date: Mon, 8 Jun 2026 15:39:07 -0700 Subject: [PATCH] Undoing eslint change as well --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index d4675ee95..fb1ed3a73 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -40,7 +40,7 @@ module.exports = { }, ], rules: { - //CTODO uncomment when console debugging is reverted: "no-console": ["error", { allow: ["error", "warn", "dir"] }], + "no-console": ["error", { allow: ["error", "warn", "dir"] }], curly: "error", "@typescript-eslint/switch-exhaustiveness-check": "error", "@typescript-eslint/no-unused-vars": "error",