UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 135 B
module.exports = { rules: { /** * button 标签必须有 type 属性 */ 'vue/html-button-has-type': 'off', }, };