Skip to content

Commit

Permalink
Fix: enable debug logs for @eslint/eslintrc (fixes #13850)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Nov 18, 2020
1 parent 37a06d6 commit 05f21ed
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 05f21ed

Please sign in to comment.