Skip to content

Commit

Permalink
Hack around import-x
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Sep 18, 2024
1 parent 2d04824 commit ffe43d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ module.exports = [

parserOptions: {
requireConfigFile: false,
ecmaVersion: 'latest',
sourceType: 'module',
},
},
settings,
Expand Down

0 comments on commit ffe43d2

Please sign in to comment.