module.exports = { rules: { /** * 禁止使用 {...props} */ 'react/jsx-props-no-spreading': 'off', }, }