Skip to content

Commit

Permalink
Fix fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Dec 20, 2023
1 parent 5ed8e25 commit f677357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fuzzer-runner.js
Expand Up @@ -12,7 +12,7 @@
const ProgressBar = require("progress");
const fuzz = require("./eslint-fuzzer");
const eslint = require("..");
const linter = new eslint.Linter();
const linter = new eslint.Linter({ configType: "eslintrc" });

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

0 comments on commit f677357

Please sign in to comment.