Heey,
thanks for this piece of magic, I was disappointed with lint-staged so I came here!
I'd like to have a way to suppress any progress message printed during the lint process, I just need to know if all's done or if some error occurred. The git client I use (fork) doesn't support interactive output very well, so it logs all the lines every time:
Suggested solution
A --quiet command line flag might do the trick for me.
Clear and concise description of the problem
Heey, thanks for this piece of magic, I was disappointed with lint-staged so I came here!
I'd like to have a way to suppress any progress message printed during the lint process, I just need to know if all's done or if some error occurred. The git client I use (fork) doesn't support interactive output very well, so it logs all the lines every time:
Suggested solution
A
--quiet
command line flag might do the trick for me.Alternative
No response
Additional context
No response