hypery2k/generator-tvml

View on GitHub
app/templates/TvmlApp/src/application.js

Summary

Maintainability
A
1 hr
Test Coverage

Function onLaunch has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

App.onLaunch = function (options) {
    var demoPage = ATV.Page.create({
        name: 'demo',
        style: myPageStyles,
        template: listTemplate,
Severity: Minor
Found in app/templates/TvmlApp/src/application.js - About 1 hr to fix

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

import ATV from 'atvjs';

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

There are no issues that match your filters.

Category
Status