Skip to content

Commit

Permalink
[INTERNAL] ES2023 Support
Browse files Browse the repository at this point in the history
JIRA: CPOUI5FOUNDATION-850
  • Loading branch information
flovogt committed Jun 24, 2024
1 parent 64411f4 commit c3c0f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
},
"env": {
"node": true,
"es2022": true
"es2023": true
},
"extends": ["eslint:recommended", "google"],
"plugins": [],
Expand Down

0 comments on commit c3c0f8b

Please sign in to comment.