Integrating ESLint into an Existing Codebase
Have you ever turned on ESLint and been faced with thousands of lines of red-highlighted code? I’ve been there. I was recently tasked with adding ESLint to a large codebase so we could enable linting in our CI pipeline. The developers who owned the project were not very familiar with Javascript or ESLint, and I […]