@masknet/no-then
Disallow Promise#then(...)
Promise#then(...)
promise.then( () => 1, () => 2, )
try { await promise return 1 } catch { return 2 }
When you need to handle the promise directly, or it’s easier to read with “then”.