module.exports = { rules: { /** * 禁止在 dom 组件中使用指定的 props */ 'react/forbid-dom-props': 'off', }, }