dsifford/academic-bloggers-toolkit

View on GitHub
src/js/stores/data/reducer.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export function references(
    state = INITIAL_STATE.references,
    action: Action,
): State['references'] {
    switch (action.type) {
Severity: Minor
Found in src/js/stores/data/reducer.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status