Skip to content

Commit

Permalink
fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-pratt committed Dec 5, 2024
1 parent e9386ee commit 590d29f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 61 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ export default [...compat.extends("plugin:prettier/recommended"), {
...globals.node,
},

ecmaVersion: 5,
sourceType: "commonjs",

parserOptions: {
parser: "@babel/eslint-parser",
},
ecmaVersion: 2020,
sourceType: "module",
},

rules: {
Expand Down

0 comments on commit 590d29f

Please sign in to comment.