cybertoothca/ember-data-bootstrap3-forms

View on GitHub

Showing 15 of 15 total issues

Function exports has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (defaults) {
  let app = new EmberAddon(defaults, {
    sassOptions: {
      includePaths: [
        'node_modules/bootstrap-sass/assets/stylesheets',
Severity: Minor
Found in ember-cli-build.js - About 1 hr to fix

    Function errors has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        /*'model.errors.[]', 'model.errors.length', */ function () {
          const excludedFields = this.get('_excludesArray');
          if (isPresent(excludedFields)) {
            const filteredErrors = A();
            if (isPresent(this.get('model.errors'))) {
    Severity: Minor
    Found in addon/components/twbs-errors-alert.js - About 1 hr to fix

      Parsing error: Invalid ecmaVersion.
      Open

      export { default } from 'ember-data-bootstrap3-forms/components/hidden-submit';
      Severity: Minor
      Found in app/components/hidden-submit.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      export { default } from 'ember-data-bootstrap3-forms/components/twbs-form-group';
      Severity: Minor
      Found in app/components/twbs-form-group.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      import { A } from '@ember/array';

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

      Parsing error: Invalid ecmaVersion.
      Open

      import Component from '@ember/component';
      Severity: Minor
      Found in addon/components/hidden-submit.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      import Component from '@ember/component';
      Severity: Minor
      Found in addon/components/twbs-form.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      module.exports = {
      Severity: Minor
      Found in .eslintrc.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      'use strict';
      Severity: Minor
      Found in index.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      module.exports = {
      Severity: Minor
      Found in testem.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      'use strict';
      Severity: Minor
      Found in ember-cli-build.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      import { mapBy, notEmpty, alias } from '@ember/object/computed';
      Severity: Minor
      Found in addon/components/twbs-form-group.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      export { default } from 'ember-data-bootstrap3-forms/components/twbs-form';
      Severity: Minor
      Found in app/components/twbs-form.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      'use strict';
      Severity: Minor
      Found in .template-lintrc.js by eslint

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

      Parsing error: Invalid ecmaVersion.
      Open

      export { default } from 'ember-data-bootstrap3-forms/components/twbs-errors-alert';
      Severity: Minor
      Found in app/components/twbs-errors-alert.js by eslint

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

      Severity
      Category
      Status
      Source
      Language