CMSgov/dpc-app

View on GitHub
dpc-admin/babel.config.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

module.exports = function(api) {
  var validEnv = ['development', 'test', 'production']
  var currentEnv = api.env()
  var isDevelopmentEnv = api.env('development')
  var isProductionEnv = api.env('production')
Severity: Major
Found in dpc-admin/babel.config.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status