module.exports = { rules: { /** * 类的静态属性必须使用 static 关键字定义 */ 'react/static-property-placement': 'error', }, }