module.exports = { rules: { /** * 禁止将 catch 的第一个参数 error 重新赋值 */ 'no-ex-assign': 'error', }, }