I have changed some eslint rules for our team. One member of the team raised a PR that had ran prettier --fix
on the entire codebase. We currently have lint-staged
so only files that have been actively changed will get these updated eslint/prettier
rules applied to them.
I wondered, is it possible to run prettier/eslint
against the entire codebase and keep the author that was on the line before we applied these new rules. I am happy to lose the hash etc.