JiPaix/xdccJS

View on GitHub
src/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(params: Params) {
    // eslint-disable-next-line constructor-super
    super();
    this.irc = new Bridge(params);
    this.listenCustomEvents();
Severity: Minor
Found in src/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status