src/config/base.js

Summary

Maintainability
B
5 hrs
Test Coverage

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

module.exports = function(config) {
  /**
   * Server listening port.
   */
  config.port = (process.env.PORT || 3000);
Severity: Major
Found in src/config/base.js - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status