UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 247 B
module.exports = { rules: { /** * 方法调用时需要绑定到正确的 this 上 * @category TypeScript * @requires-types-information */ '@typescript-eslint/unbound-method': 'off' } };