UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 144 B
module.exports = { rules: { /** * 禁止在 v-on 的事件名使用横杠 */ 'vue/v-on-event-hyphenation': 'error', }, };