Skip to content

Commit 279fad6

Browse files
committed
Fix lint
1 parent bd3c66b commit 279fad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/addRequireHook.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function getNextLocationNumber() {
171171
return nextLocationNumber++;
172172
}
173173

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

0 commit comments

Comments
 (0)