You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Tools: Apply eslint rules "no-console" and "id-denylist"
This commit is contained in:
@@ -20,6 +20,7 @@ export default function useImperativeHandleDebugger(ref: any, effectHook: any, d
|
||||
}, {});
|
||||
|
||||
if (Object.keys(changedDeps).length) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('[use-imperativeHandler-debugger] ', changedDeps);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user