A tool for another important aspect of programming – code supervision to detect errors. We are all humans and will miss a closing bracket or a variable once a while. Analyzing the code for potential flaws is called ‘linting’, thus the name ESLint for one…