module.exports = { rules: { /** * props state context 必须用解构赋值 * @category React */ 'react/destructuring-assignment': 'off' } };