UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 144 B
module.exports = { rules: { /** * emits 中的方法必须有返回值 */ 'vue/return-in-emits-validator': 'error', }, };