timonwong/smart-table-improved

View on GitHub
src/sti-select-all.js

Summary

Maintainability
A
1 hr
Test Coverage

Function stiSelectAll has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function stiSelectAll() {
  return {
    restrict: 'A',
    require: [
      '^stiTable',
Severity: Minor
Found in src/sti-select-all.js - About 1 hr to fix

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

    import * as angular from 'angular';
    Severity: Minor
    Found in src/sti-select-all.js by eslint

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

    There are no issues that match your filters.

    Category
    Status