Lint-staged: How to use concurrent option after migrating from 8.x to 9.x?

Created on 20 Nov 2019  路  4Comments  路  Source: okonet/lint-staged

After advanced options got deprecated, how to properly implement "concurrent": false in 9.x version?

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-commit can be run in parallel.

@okonet What are the chances this can be re-introduced? v9.x is basically unusable for us 馃槩

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

okonet picture okonet  路  5Comments

tnrich picture tnrich  路  7Comments

pumanitro picture pumanitro  路  7Comments

benjamincharity picture benjamincharity  路  4Comments

jasonslyvia picture jasonslyvia  路  3Comments