module.exports = { rules: { /** * 禁止使用 isMounted * @reason 它是已废弃的语法 */ 'react/no-is-mounted': 'error', }, }