chore: `lint` script add `concurrency` option
Description
https://eslint.org/docs/latest/use/command-line-interface#--concurrency
Thanks, that has been edited.
On my machine, it seems this change speeds up when there's no cache, but slow downs when there's a cache.
With cache: 2.007s -> 5.700s Without cache: 20.436s -> 10.826s
@bluwy Did you try with cache or without cache (delete .eslintcache)?
On my machine, the performance is about the same with the cache parameter, and is higher without the cache. 🤔
@bluwy Did you try with cache or without cache (delete
.eslintcache)?
I was testing without cache. With cache, there's not much improvement for me, maybe 50ms faster at most.