sync project

This commit is contained in:
Alexandre Fayolle
2024-06-24 10:55:29 +02:00
parent 0a70537139
commit 451facfeb6
12 changed files with 117 additions and 104 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ env:
# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
parserOptions:
ecmaVersion: 2019
ecmaVersion: 2022
overrides:
- files:
@@ -22,6 +22,7 @@ globals:
odoo: readonly
openerp: readonly
owl: readonly
luxon: readonly
# Styling is handled by Prettier, so we only need to enable AST rules;
# see https://github.com/OCA/maintainer-quality-tools/pull/618#issuecomment-558576890