We are constraining the client module browser compatibility in modules using Vue (3) since the framework does not support IE11 and other older browsers. It would be nice to configure eslint compatibility rules (compat/compat) accordingly. This way we can avoid having to manually override use cases with // eslint-disable-next-line compat/compat
Also making ES6 modules identifiable via URL structure per comments in patch.