PaquitoSoft/ps-ractive-router

View on GitHub
src/components/base-page-component.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createPageComponent has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports.extend = function createPageComponent(options) {
    var pageProperties = objectAssign({
            template: '',
            events: {},
            onRequestDone: noop
Severity: Minor
Found in src/components/base-page-component.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status