Lissy93/voronoi-site-template

View on GitHub

Showing 1 of 3 total issues

Function renderTheAwesome has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public renderTheAwesome(){

    this.svg = this.target.append("svg");
    this.width   = this.target.node().getBoundingClientRect().width;
    this.height = this.target.node().getBoundingClientRect().height;
Severity: Minor
Found in src/scripts/d3-voronoi.ts - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language