We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac71ff6 + d08a898 commit 9e88825Copy full SHA for 9e88825
.eslintrc.yml
@@ -1,9 +1,10 @@
1
env:
2
browser: true
3
+ es6: true
4
5
# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
6
parserOptions:
- ecmaVersion: 2017
7
+ ecmaVersion: 2022
8
sourceType: module
9
10
# Globals available in Odoo that shouldn't produce errorings
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
args:
35
- --plugin=@prettier/plugin-xml
36
- repo: https://github.com/pre-commit/mirrors-eslint
37
- rev: v7.32.0
+ rev: v8.24.0
38
hooks:
39
- id: eslint
40
verbose: true
0 commit comments