just-paja/improtresk-web

View on GitHub
src/store.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function configureStore (initialState = {}, history) {
  const middlewares = []

  if (history) {
    middlewares.push(routerMiddleware(history))
Severity: Minor
Found in src/store.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status