For Prettier I agree that performance is not generally a problem, especially since you're usually only applying it one file at a time (except in CI, perhaps, although even there it probably only needs to be run on changed files). But I have worked on several projects where ESLint performance is a problem in local development.