eslint
-
Using ESLint for React projects can help catch some common mistakes, code-smells, and define common conventions for a codebase. In this blog, I’ll go through some valuable ESLint plugins and rules tailored specifically for React projects. Note that this blog is oriented towards usage of React in TypeScript with functional components. It also assumes you’ve…