maxkueng/eztvapi

View on GitHub

Showing 2 of 2 total issues

File index.js has 279 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/* @flow */

import axios from 'axios';
import wyt from 'wyt';

Severity: Minor
Found in src/index.js - About 2 hrs to fix

    Function createClient has 36 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    export function createClient(options?: EztvApiClientOptions = {}): EztvApiClient {
      const opts = {
        ...defaultOptions,
        ...options,
      };
    Severity: Minor
    Found in src/index.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language