Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] eslint: Update .eslintrc.json to use ECMAScript 2022 (#142)
Changed ecmaVersion in parserOptions from 2021 to 2022 to enable support for newer ECMAScript features. Ensures compatibility with the latest JavaScript syntax improvements and standards. Odoo Version: https://github.com/odoo/odoo/blob/17.0/addons/web/tooling/_eslintrc.json#L5 Fix the following error Parsing error: Unexpected token =
- Loading branch information