Skip to content

Commit

Permalink
Cleanup requires
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Oct 10, 2022
1 parent e5813fb commit 5e699df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/eslint/eslint-helpers.js
Expand Up @@ -17,13 +17,13 @@ const hash = require("../cli-engine/hash");
const minimatch = require("minimatch");
const util = require("util");
const fswalk = require("@nodelib/fs.walk");
const { Minimatch } = require("minimatch");

//-----------------------------------------------------------------------------
// Fix fswalk
// Fixup references
//-----------------------------------------------------------------------------

const doFsWalk = util.promisify(fswalk.walk);
const Minimatch = minimatch.Minimatch;

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

0 comments on commit 5e699df

Please sign in to comment.