Skip to content
Snippets Groups Projects

(eslint): update config to handle ES modules and Odoo JSDoc tags

Merged oury.balde requested to merge topic/18.0/ob into branch/18.0
Files
2
@@ -66,8 +66,8 @@
"end"
);
// Trigger events to make the field dirty
this.input.el.dispatchEvent(new window.InputEvent("input"));
this.input.el.dispatchEvent(new window.KeyboardEvent("keydown"));
this.input.el.dispatchEvent(new InputEvent("input"));
this.input.el.dispatchEvent(new KeyboardEvent("keydown"));
this.input.el.focus();
}
},
Loading