fbredius/storybook

View on GitHub
examples/ember-cli/config/environment.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buildEnvironment has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function buildEnvironment(environment) {
  const ENV = {
    modulePrefix: 'ember-example',
    environment,
    rootURL: '/',
Severity: Minor
Found in examples/ember-cli/config/environment.js - About 1 hr to fix

    Parsing error: The keyword 'const' is reserved
    Open

      const ENV = {

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

    There are no issues that match your filters.

    Category
    Status