It may become difficult to migrate code depending on non-standard Promise extensions. This rule reports any such method usage.
const x = Promise.resolve('good')
const x = Promise.done('bad')
An array of allowed non-standard methods. Defaults to an empty array.