hummingbird-me/kitsu-web

View on GitHub
app/routes/media/index.js

Summary

Maintainability
A
1 hr
Test Coverage
C
77%

Function _getRequestOptions has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  _getRequestOptions(params) {
    const options = {
      filter: {},
      page: { offset: 0, limit: 20 },
      fields: this._getFieldsets()
Severity: Minor
Found in app/routes/media/index.js - About 1 hr to fix

    Parsing error: Invalid ecmaVersion.
    Open

    import Route from '@ember/routing/route';
    Severity: Minor
    Found in app/routes/media/index.js by eslint

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

    There are no issues that match your filters.

    Category
    Status