File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/runtime/src/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 */
2
2
3
3
// This is a modified version of the require hooks from Next.js
4
4
// https://github.com/vercel/next.js/blob/b04c70573ac199a9bb3ea42201e0865e610d5b67/packages/next/src/server/require-hook.ts
@@ -114,4 +114,4 @@ export const applyRequireHooks = () => {
114
114
// We use `bind` here to avoid referencing outside variables to create potential memory leaks.
115
115
} . bind ( null , resolveFilename , requireHooks )
116
116
}
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 */
You can’t perform that action at this time.
0 commit comments