eslint-parallel icon indicating copy to clipboard operation
eslint-parallel copied to clipboard

improvement: upgrade to eslint 7 and limit CPU count

Open chooban opened this issue 4 years ago • 0 comments

Upgrading to eslint 7 meant file listing code had to change. I need to be able to limit CPUs to get around the issues of CI servers reporting a true CPU count, rather than the number available to a container.

This also incorporates PRs #7 and #11, as I needed that code. If this PR gets merged, please merge them first so they get the credit!

chooban avatar Aug 05 '20 15:08 chooban