unageanu/jiji2

View on GitHub
sites/src/js/viewmodel/application.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor() {

    this.xhrManager        = ContainerJS.Inject;
    this.errorHandler      = ContainerJS.Inject;
    this.eventQueue        = ContainerJS.Inject;
Severity: Minor
Found in sites/src/js/viewmodel/application.js - About 1 hr to fix

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

    import ContainerJS  from "container-js"

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

    There are no issues that match your filters.

    Category
    Status