Skip to content

Commit

Permalink
Merge pull request #259 from Tecnativa/ecmaVersion-2022
Browse files Browse the repository at this point in the history
[FIX] Support ecmaVersion 2022
  • Loading branch information
sbidoul authored May 27, 2024
2 parents b47dbcc + a90f23a commit 7ae1dbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:

# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
parserOptions:
ecmaVersion: 2019
ecmaVersion: {% if odoo_version < 17 %}2019{% else %}2022{% endif %}

overrides:
- files:
Expand Down

0 comments on commit 7ae1dbd

Please sign in to comment.