- Disallow the use of process.exit()
This rule aims to prevent the use of process.exit() in Node.js JavaScript. As such, it warns whenever process.exit() is found in code.
You can check them out here.