module.exports = { rules: { /** * catch 的参数必须指定具体类型 */ '@typescript-eslint/no-implicit-any-catch': 'off', }, }