See the docs for the original rule: https://github.com/eslint-community/eslint-plugin-promise/blob/main/docs/rules/no-callback-in-promise.md
There's an option called timeoutsErr:
"Boolean as to whether callbacks in timeout functions like setTimeout will err. Defaults to false."
It is not implemented in the oxlint rule.