rambler-digital-solutions/rship

View on GitHub
cli/screens/dev.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function exports has 90 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function() {
  // Create a screen object.
  const screen = blessed.screen({
    smartCSR: true,
    dockBorders: false,
Severity: Major
Found in cli/screens/dev.js - About 3 hrs to fix

    Parsing error: The keyword 'const' is reserved
    Open

    const blessed = require('blessed');
    Severity: Minor
    Found in cli/screens/dev.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status