rubycentral/cfp-app

View on GitHub
babel.config.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 48 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: Minor
Found in babel.config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status