hummingbird-me/kitsu-web

View on GitHub
app/components/application/auth-onboarding/sign-up.js

Summary

Maintainability
A
1 hr
Test Coverage
F
58%

Function createAccount has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  createAccount: task(function* () {
    const user = get(this, 'user');
    yield user.save()
      .then(() => {
        const { email: identification, password } = getProperties(user, 'email', 'password');
Severity: Minor
Found in app/components/application/auth-onboarding/sign-up.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