cyclejs/cycle-time-travel

View on GitHub

Showing 2 of 2 total issues

Function stylesheet has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function stylesheet () {
  return (
    h('style', `
    .time-travel {
      position: fixed;
Severity: Major
Found in src/style.js - About 2 hrs to fix

    Function intent has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function intent (DOM) {
      const mousePosition$ = DOM.select('.stream').events('mousemove')
        .map(getMousePosition)
        .startWith({x: 0, y: 0});
    
    
    Severity: Minor
    Found in src/intent.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language