Skip to content

Commit

Permalink
Upgrade eslint ECMA version to 2022 (#18)
Browse files Browse the repository at this point in the history
* update eslint language version

* audit fix
  • Loading branch information
ptpaterson authored Dec 20, 2024
1 parent 6fce798 commit 8c53555
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config = [
},
{
languageOptions: {
ecmaVersion: 2020,
ecmaVersion: 2022,
},
},
{
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c53555

Please sign in to comment.