module.exports = { rules: { /** * 必须使用 pure function * @category React */ 'react/prefer-stateless-function': 'off' } };