hummingbird-me/kitsu-web

View on GitHub
app/components/stream-feed/items/library-entry.js

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Function groupByTimeAll has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  groupByTimeAll: computed('group.activities.@each.isDeleted', function() {
    const temp = {};
    const activities = get(this, 'group.activities').toArray().sort((a, b) => {
      if (get(a, 'time').isBefore(get(b, 'time'))) {
        return 1;
Severity: Minor
Found in app/components/stream-feed/items/library-entry.js - About 1 hr to fix

    Parsing error: Invalid ecmaVersion.
    Open

    import Component from '@ember/component';

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

    There are no issues that match your filters.

    Category
    Status