vatesfr / xen-orchestra

The global orchestration solution to manage and backup XCP-ng and XenServer.
https://xen-orchestra.com
Other
741 stars 259 forks source link

chore(web stack): add new ESLint Vue rules #2 #7728

Closed ByScripts closed 3 weeks ago

ByScripts commented 3 weeks ago

Description

Add vue/define-emits-declaration ESLint rule to ensure consistency in defineEmits syntax across the components.

It uses the new Vue 3.3+ more succinct syntax.

Checklist

ByScripts commented 3 weeks ago

@pdonias Can you merge? Thanks.