webcom-components/visio-sample

View on GitHub
src/js/store/configureStore.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export default function configureStore(reduxRouterMiddleware, initialState) {
    let createStoreWithMiddleware;

    if (typeof __DEVTOOLS__ !== 'undefined' && __DEVTOOLS__) {
        const DevTools = require('../containers/DevTools');
Severity: Minor
Found in src/js/store/configureStore.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status