Skip to content

Commit a766105

Browse files
committed
chore: fix eslint complaining
1 parent 3441150 commit a766105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/runtime/src/templates/requireHooks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable n/no-extraneous-require, no-underscore-dangle, @typescript-eslint/no-explicit-any */
1+
/* eslint-disable no-underscore-dangle, @typescript-eslint/no-explicit-any */
22

33
// This is a modified version of the require hooks from Next.js
44
// https://github.com/vercel/next.js/blob/b04c70573ac199a9bb3ea42201e0865e610d5b67/packages/next/src/server/require-hook.ts
@@ -114,4 +114,4 @@ export const applyRequireHooks = () => {
114114
// We use `bind` here to avoid referencing outside variables to create potential memory leaks.
115115
}.bind(null, resolveFilename, requireHooks)
116116
}
117-
/* eslint-enable n/no-extraneous-require, no-underscore-dangle, @typescript-eslint/no-explicit-any */
117+
/* eslint-enable no-underscore-dangle, @typescript-eslint/no-explicit-any */

0 commit comments

Comments
 (0)