UNPKG

eslint-config-alloy

Version:
9 lines (8 loc) 158 B
module.exports = { rules: { /** * 方法调用时需要绑定到正确的 this 上 */ '@typescript-eslint/unbound-method': 'off', }, };