Skip to content

Commit

Permalink
chore: change package type to es module
Browse files Browse the repository at this point in the history
BREAKING CHANGE: package type is not an es module instead of commonjs

Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi committed Aug 12, 2024
1 parent 5833c19 commit eaba498
Show file tree
Hide file tree
Showing 18 changed files with 649 additions and 1,842 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export default [
name: "default",
files: ["**/*.js"],
languageOptions: {
sourceType: "script",
sourceType: "module",
globals: {
...globals.node,
...globals.nodeBuiltin,
...globals.mocha,
}
},
Expand Down
Loading

0 comments on commit eaba498

Please sign in to comment.