Skip to content

Commit

Permalink
more globals fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwilsonperkin committed Jul 23, 2024
1 parent f50c707 commit 877b09d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-plugin/lib/config/node.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
const globals = require('globals');
const nodePlugin = require('eslint-plugin-node');

module.exports = [
{
languageOptions: {
globals: {
node: true,
...globals.node,
},
},

Expand Down

0 comments on commit 877b09d

Please sign in to comment.