- Require error handling in callbacks
This rule expects that when you’re using the callback pattern in Node.js you’ll handle the error.
Specifies the name of the error parameter.
You can check them out here.