Skip to content

Commit

Permalink
ESLint config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Sep 23, 2024
1 parent 2d1edff commit 7cbb7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default [
languageOptions: {
ecmaVersion: 2022,
globals: {
...globals.node,
...globals.nodeBuiltin,
...globals.es2022,
},
},
Expand Down

0 comments on commit 7cbb7e9

Please sign in to comment.