Skip to main content

ESLint Errors Now Limited to Lines Changed

ESLint errors are now limited to only the lines that were changed in a PR. Prior to this, changing a file caused ESLint to register errors for any rule violations in the entire file. This was particularly painful when updating a line or two in old files. Now, we filter ESLint errors down to only those related to lines changed. This makes small refactors easier and prevents scope creep when working with existing code.