We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668bb88 commit 271a023Copy full SHA for 271a023
1 file changed
eslint.config.mjs
@@ -43,7 +43,7 @@ export default [
43
},
44
languageOptions: {
45
ecmaVersion: 'latest',
46
- globals: { ...globals.node },
+ globals: { ...globals.nodeBuiltin },
47
48
rules: {
49
'jsdoc/check-alignment': 'error',
0 commit comments