Skip to content

Commit b348eb2

Browse files
committed
chore: use eslint globals.nodeBuiltin
1 parent ef01d50 commit b348eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default [
4343
},
4444
languageOptions: {
4545
ecmaVersion: 'latest',
46-
globals: { ...globals.node },
46+
globals: { ...globals.nodeBuiltin },
4747
},
4848
rules: {
4949
'jsdoc/check-alignment': 'error',

0 commit comments

Comments
 (0)