Undoing eslint change as well

This commit is contained in:
Chuck Skelton
2026-06-08 15:39:07 -07:00
parent ec6c7c6e16
commit 9f1b9348ab
+1 -1
View File
@@ -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",