ESLint is a static analysis tool that is helping Javascript and Typescript developers write better code since 2013 taking over after TSLint, another widely used back in the days, static analysis tool. It comes with a set of static analysis rules that recognize unused variables, typos, and a wide range…