module.exports = { rules: { /** * 禁用指定的 html 属性 * @reason 需要指定特定属性时才需要开启 */ 'react/no-invalid-html-attribute': 'off', }, };