ferdium / ferdium-recipes

Recipes encapsulate your favourite apps into Ferdium for unified notifications handling and more
MIT License
79 stars 184 forks source link

Use cache for lint scripts #482

Closed rdwz closed 3 months ago

rdwz commented 8 months ago

Description of Change

$ eslint --help ... Caching: --cache Only check changed files - default: false ...

$ prettier --help ... --cache Only format changed files. Cannot use with --stdin-filepath. Defaults to false.

vraravam commented 3 months ago

Closing