Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Sep 23, 2024
1 parent 5803476 commit e292dd9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ export default config({}, [
files: ["src/**/*.ts"],
languageOptions: {
globals: {
...globals.es2021,
...globals.node,
...globals.es2023,
},
},
},
Expand All @@ -26,7 +25,7 @@ export default config({}, [
files: ["*.js"],
languageOptions: {
globals: {
...globals.es2021,
...globals.es2023,
...globals.node,
},
},
Expand Down

0 comments on commit e292dd9

Please sign in to comment.