UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 128 B
module.exports = { rules: { /** * <button> 必须有 type 属性 */ 'react/button-has-type': 'off', }, };