Writing clean code is a lot easier with the right tools well configured. (And helps the AI helps you) — ESLint is a static analyzer for JavaScript programs. So, what does that mean, and what can it do for my TypeScript code? First, by static, you don’t need to run or even compile a program to parse it. …