Skip to content

Commit

Permalink
Update eslint.config.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
songkg7 and coderabbitai[bot] authored Dec 12, 2024
1 parent 4db477d commit 41024ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default [{
},

parser: tsParser,
ecmaVersion: 5,
sourceType: "commonjs",
ecmaVersion: 2018,
sourceType: "module",

parserOptions: {
project: "./tsconfig.json",
Expand Down

0 comments on commit 41024ea

Please sign in to comment.