Removes the promise/no-promise-in-callback
and promise/no-callback-in-promise
rules. They were more annoying than useful. You usually have to deal with a lot of non-Promise APIs, so I had to disable it too many times. Some APIs will also never be Promise, like events and streams. 2253852