What version of Oxlint are you using?
1.24.0
What command did you run?
No response
What does your .oxlintrc.json config file look like?
What happened?
This works in typescript-eslint. I believe we want to have parity here.
https://typescript-eslint.io/rules/no-empty-object-type/#allowwithname
{ rules: { "typescript/no-empty-object-type": ["error", { "allowWithName": "Options$" }] } }