After advanced options got deprecated, how to properly implement "concurrent": false in 9.x version?
I don't think it's possible, but we would love to have that ability back. Forcing concurrency introduces problems for us in our large TypeScript repo where not all possible tasks that occur in pre-commit can be run in parallel.
@okonet What are the chances this can be re-introduced? v9.x is basically unusable for us 馃槩
You can take the lead on this one and create a PR with your proposal. We can discuss it there. We won鈥檛 add advanced config format back so it should be done differently. Maybe a CLI flag or something like that?
@okonet https://github.com/okonet/lint-staged/pull/743 initial pass here. Let me know what you think :)
Closing as the feature has been merged earlier.
Most helpful comment
I don't think it's possible, but we would love to have that ability back. Forcing concurrency introduces problems for us in our large TypeScript repo where not all possible tasks that occur in
pre-commitcan be run in parallel.@okonet What are the chances this can be re-introduced? v9.x is basically unusable for us 馃槩