Skip to content

Commit

Permalink
chore: upgrade ecmaScript used to 2021
Browse files Browse the repository at this point in the history
after discussed about it in the mol-fe-devs channel in Slack and having the approval of Carlos Serrano

BREAKING CHANGE: upgrade ecmaScript from 2017 to 2021

Issues: MOL-29362
  • Loading branch information
Txabox committed Apr 25, 2024
1 parent b426241 commit e0559e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
"impliedStrict": true,
"jsx": true
},
"ecmaVersion": 2017,
"ecmaVersion": 2021,
"sourceType": "module"
},
"plugins": [
Expand Down

0 comments on commit e0559e6

Please sign in to comment.