ESLint is a javascript code analyser which is built into most text editors and IDEs, plus it can be installed manually too.
ESLint will help us in both quality and style of our code which can lead us to writing more understandable code. It is also worth mentioning that in some special cases, Exlint will give us the flexibility of customizing rules and styles.