Skip to content

Commit

Permalink
added lint parserOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hb9tvk committed Jun 16, 2024
1 parent 140662a commit a9a7e3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ export default [{

semi: ["error", "always"],
},
"parserOptions": {
"sourceType": "module"
}
}];

0 comments on commit a9a7e3f

Please sign in to comment.