What version of Oxlint are you using?
1.55.0
What command did you run?
No response
What does your .oxlintrc.json (or oxlint.config.ts) config file look like?
What happened?
When using 'promise/prefer-await-to-then': 'error', the following are flagged:
const x = Promise.resolve(42)
Same for Promise.reject();
As far as I know, that's not consistent with the eslint rule.