UNPKG

eslint-config-alloy

Version:
10 lines (9 loc) 189 B
module.exports = { rules: { /** * 禁止出现重复的属性 * @category Error Prevention */ 'vue/no-duplicate-attributes': 'error' } };