Skip to content

Commit

Permalink
Fix: enable debug logs for @eslint/eslintrc (fixes #13850) (#13861)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Nov 19, 2020
1 parent d2239a1 commit 2004b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/eslint.js
Expand Up @@ -14,7 +14,7 @@ require("v8-compile-cache");

// must do this initialization *before* other requires in order to work
if (process.argv.includes("--debug")) {
require("debug").enable("eslint:*,-eslint:code-path");
require("debug").enable("eslint:*,-eslint:code-path,eslintrc:*");
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 2004b7e

Please sign in to comment.