Skip to content

Commit 4297b75

Browse files
committed
Fix ESLint warning
1 parent 205df8b commit 4297b75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export default [
66
files: ['test/**/*.js', 'test/**/*.cjs'],
77
rules: {
88
'n/global-require': 'off',
9-
'n/no-missing-require': 'off'
9+
'n/no-missing-require': 'off',
10+
'n/no-unsupported-features/node-builtins': 'off'
1011
}
1112
}
1213
]

0 commit comments

Comments
 (0)