This repository has been archived by the owner on Jun 2, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(promises): consistently return promises from ensure methods
BREAKING CHANGE: Making the callback optional and deprecated. Promises are the preferred way of waiting for the methods to finish. Breaking change because it technically changes the method return value signature. No known repositories are using the return value, luckily. Also updating eslint-related packages so that the linter will stop complaining about object rest/spread issues.
- Loading branch information