**Problem:** ```typescript Number.isFinite(this.onAddData); {validator: Number.isFinite}; ``` Both of these examples will show warning `@typescript-eslint/unbound-method`. **Expected:** No warnings or errors found. **Possible solution:** Add ignore list.