ESLint debug output

If ESLint is taking a long time to run, you can see what files it is linting by setting DEBUG=eslint:cli-engine in the environment. It will list all the files being linted.

source

View on Github