Skip to content

Commit

Permalink
Fix ESLint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 1, 2024
1 parent 205df8b commit 4297b75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export default [
files: ['test/**/*.js', 'test/**/*.cjs'],
rules: {
'n/global-require': 'off',
'n/no-missing-require': 'off'
'n/no-missing-require': 'off',
'n/no-unsupported-features/node-builtins': 'off'
}
}
]

0 comments on commit 4297b75

Please sign in to comment.