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