beavyHQ/beavy

View on GitHub
beavy/jsbeavy/stores/index.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function configureStore has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function configureStore (initialState) {
  let middlewares = getExtensions('storeMiddlewares')
  if (__DEBUG__) {
    // we concat to make sure we aren't messing with
    // with the extensions list itself but create a copy
Severity: Minor
Found in beavy/jsbeavy/stores/index.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status