Any tips to review a large pull request consisting of 1k lines changed all due to a new linter being applied.
Anyway, the solution is to ask nicely that the author rewrites the PR with the relevant changes, and then make another PR with the new linter. (Which linter to use, is a project-wide decision. Who is in charge of this?)
Run the new linter on all the files. Don't make any other changes. Spot check a few places to make sure the linter doesn't majorly mess anything up. Make sure your automated tests still pass. Merge this change without reviewing every single line.
Now that all your files are "clean", continue making changes and reviewing them like normal.