Skip to content

Commit

Permalink
Merge pull request openstreetmap#5421 from tomhughes/ecma-version
Browse files Browse the repository at this point in the history
Bump allowed ECMAScript version to 2021 (ES12)
  • Loading branch information
gravitystorm authored Jan 20, 2025
2 parents af880d1 + 70afbd0 commit 4470cb8
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 4470cb8

Please sign in to comment.