Skip to content

Commit

Permalink
Bump allowed ECMAScript version to 2021 (ES12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 16, 2025
1 parent bde5fb4 commit 70afbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = [
js.configs.recommended,
{
languageOptions: {
ecmaVersion: 2015,
ecmaVersion: 2021,
sourceType: "script",
globals: {
...globals.browser,
Expand Down

0 comments on commit 70afbd0

Please sign in to comment.