Closed
Description
The no-console
rule doesn’t report anything when a console method is passed as a callback, like this:
somePromise().catch(console.error);
It only reports when the method is actually called, like
console.error('123');
ESLint flags both cases. Just wanted to check if this is something that should be aligned in oxlint as well.
Oxlint version: 1.1.0