UNPKG

eslint-config-alloy

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