unageanu/jiji2

View on GitHub
sites/src/js/composing/modules.js

Summary

Maintainability
A
1 hr
Test Coverage

Function viewModel has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function viewModel(binder) {
  binder.bind("application").to("viewmodel.Application");
  binder.bind("navigator").to("viewmodel.Navigator");

  binder.bind("homePageModel")
Severity: Minor
Found in sites/src/js/composing/modules.js - About 1 hr to fix

    Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
    Open

    import Observable from "../utils/observable"
    Severity: Minor
    Found in sites/src/js/composing/modules.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status