module.exports = { rules: { /** * 必须使用函数式组件 */ 'react/prefer-stateless-function': 'off', }, }