Skip to content

0.18.1

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 25 Mar 20:15
· 433 commits to main since this release

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

v0.18.0...v0.18.1