UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 145 B
module.exports = { rules: { /** * 约束 defineEmits 定义 emit 的格式 */ 'vue/define-emits-declaration': 'off', }, };