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
2 files
+ 0
4
Compare changes
  • Side-by-side
  • Inline
Files
2
/** @odoo-module */
import {CharField, charField} from "@web/views/fields/char/char_field";
import {patch} from "@web/core/utils/patch";
Loading