rambler-digital-solutions/rship

View on GitHub
cli/commands/compilers/client.js

Summary

Maintainability
A
1 hr
Test Coverage

Function start has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

ClientCompiler.prototype.start = function(devScreen) {
  // define local variables
  const { config }    = this;

  const clientConfig  = require(config.webpack.client)(config);
Severity: Minor
Found in cli/commands/compilers/client.js - About 1 hr to fix

    Parsing error: The keyword 'const' is reserved
    Open

    const webpack   = require('webpack');
    Severity: Minor
    Found in cli/commands/compilers/client.js by eslint

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

    There are no issues that match your filters.

    Category
    Status