You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: