module.exports = { rules: { /** * 方法调用时需要绑定到正确的 this 上 */ '@typescript-eslint/unbound-method': 'off', }, }