pgAdmin / eslint-parallel

Tiny eslint wrapper to allow executing javascript linting in parallel.
Apache License 2.0
27 stars 11 forks source link

improvement: upgrade to eslint 7 and limit CPU count #14

Closed chooban closed 4 years ago

chooban commented 4 years ago

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!

I bumped it a major version as I figured jumping two eslint versions warranted it.