Currently, all lints are executed sequentially. I did some tests on the past trying to apply the lints on multiple threads, but I found it was slower than executing it sequentially.
The codebase (and the async/await environment) has changes, and it may be a good idea to try it again.