prettier / prettier-eslint-cli

CLI for prettier-eslint
https://npm.im/prettier-eslint-cli
MIT License
541 stars 85 forks source link

Add --cache option #433

Open jsuddsjr opened 2 years ago

jsuddsjr commented 2 years ago

Suggested feature:

I have not seen a way to pass the --cache option to eslint either as part of the command line or configuration file. I would prefer to lint only files that have changed, but I don't see how to do that.

JounQin commented 2 years ago

Perhaps you can just raise a PR instead?