Skip to content

Commit

Permalink
[FIX] Support ecmaVersion 2022 for Odoo 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chienandalu committed May 27, 2024
1 parent b47dbcc commit a90f23a
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 a90f23a

Please sign in to comment.