Meta issue to track. - https://github.com/oxc-project/oxc/issues/13478 - https://github.com/oxc-project/oxc/issues/13337 - https://github.com/oxc-project/tsgolint/issues/110 Example Repro: ```ts const myPromise = new Promise(() => {}) // oxlint-disable-next-line typescript/no-floating-promises myPromise ```