Skip to content

Commit

Permalink
chore: bump ESLint ecmaVersion to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 27, 2024
1 parent 51502ab commit 66e69b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Expand Up @@ -12,7 +12,7 @@ module.exports = [
{
...js.configs.recommended,
languageOptions: {
ecmaVersion: 2018,
ecmaVersion: 2020,
globals: {
...globals.browser,
...globals.node
Expand Down

0 comments on commit 66e69b5

Please sign in to comment.