module.exports = { rules: { /** * 禁止使用已废弃的 api */ 'react/no-deprecated': 'error', }, }