marksmall/node-build-web-app

View on GitHub
src/gulp/tasks/styles-vendor-dist.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    registerTask(gulp){
        super.registerTask(gulp);

        gulp.task("styles-vendor-dist", "Optimize and minimize vendor stylesheets for production", () =>{
            // If the app src folder is overridden, then append it to the watch list, otherwise use default.
Severity: Minor
Found in src/gulp/tasks/styles-vendor-dist.js - About 1 hr to fix

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

import AbstractTaskLoader from "../abstractTaskLoader";
Severity: Minor
Found in src/gulp/tasks/styles-vendor-dist.js by eslint

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

There are no issues that match your filters.

Category
Status