- Require using Error objects as Promise rejection reasons
This rule aims to ensure that Promises are only rejected with Error objects.
Allows calls to Promise.reject() with no arguments.
You can check them out here.