Skip to content

Commit 23d2c5e

Browse files
authored
Merge pull request #301 from Tecnativa/ADD-QUnit-eslint-globals
[IMP] Add QUnit as global in eslint.config for >=18.0
2 parents 65389d9 + 27e98f2 commit 23d2c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/{% if odoo_version >= 18 %}eslint.config.cjs{% endif %}

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const config = [{
1717
openerp: "readonly",
1818
owl: "readonly",
1919
luxon: "readonly",
20+
QUnit: "readonly",
2021
...globals.browser,
2122
},
2223

0 commit comments

Comments
 (0)