module.exports = { rules: { /** * style 属性的取值必须是 object */ 'react/style-prop-object': 'error', }, }