pgAdmin / eslint-parallel

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

use eslint internals to resolve the list of files to lint #5

Closed NilSet closed 5 years ago

NilSet commented 5 years ago

This fixes #3 . It also bumps the major version of eslint, so you will likely want to bump the major version of this util before you release it.

alansouzati commented 5 years ago

thanks for your contribution.