jackmellis/vuenit

View on GitHub
lib/component/expose-array.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exposeArray has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function exposeArray(arr) {
  var l = arr.length;
  if (!l){
    return arr;
  }
Severity: Minor
Found in lib/component/expose-array.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status