How ESLint works π
π€ INTRODUCTION
Linters. The little things that remind us of every mistake we ever made. That is one definition of linters. In this blog, I will try to get you a little bit closer to linter architecture, usage, and benefits of using a linter. Buckle ...
codespresso.hashnode.dev11 min read
shadowtime2000
I program
This is really a good article. I was just expecting something like "'take an AST and then visit nodes and see if it passes the rule" but you did much better, I especially liked your explanation of the codebase itself.