Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 278 Bytes

eslint-debug-output.md

File metadata and controls

6 lines (3 loc) · 278 Bytes

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