Skip to content

Commit

Permalink
fix: set ecmaVersion to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah0kello committed Feb 13, 2024
1 parent 585b163 commit f6e0001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Expand Up @@ -6,7 +6,7 @@ module.exports = [
{
files: ["**/*.js"],
languageOptions:{
ecmaVersion: 2022,
ecmaVersion: "latest",
sourceType: "module",
globals: {
...globals.browser,
Expand Down

0 comments on commit f6e0001

Please sign in to comment.