Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 22, 2022
1 parent bd3c66b commit 279fad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addRequireHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function getNextLocationNumber() {
return nextLocationNumber++;
}

/* eslint-disable node/no-deprecated-api */
/* eslint-disable n/no-deprecated-api */
const oldRequireHook = require.extensions['.js'];
require.extensions['.js'] = requireHook;

Expand Down

0 comments on commit 279fad6

Please sign in to comment.