Skip to content

Commit e78320d

Browse files
committed
fix: use console.debug for debug logging
- Revert eslint no-console rule change - Use console.debug instead of console.info
1 parent 450c906 commit e78320d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default defineConfig([
2121
},
2222
rules: {
2323
"obsidianmd/sample-names": "off",
24-
"no-console": ["error", { allow: ["warn", "error", "debug", "info"] }],
2524
},
2625
},
2726
]);

0 commit comments

Comments
 (0)