echobind/ember-links-with-follower

View on GitHub

Showing 8 of 8 total issues

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

module.exports = function(defaults) {
  var app = new EmberAddon(defaults, {
    'babel': {
      optional: ['es7.decorators']
    },
Severity: Minor
Found in ember-cli-build.js - About 1 hr to fix

    Rule doesn't have all its properties in alphabetical order.
    Open

    .links-with-follower .link-follower {
    Severity: Minor
    Found in addon/styles/addon.css by csslint

    Values of 0 shouldn't have units specified.
    Open

      width: 0px;
    Severity: Minor
    Found in addon/styles/addon.css by csslint

    Use of !important
    Open

      padding: 0 !important;
    Severity: Minor
    Found in addon/styles/addon.css by csslint

    Use of !important
    Open

      margin: 0 !important;
    Severity: Minor
    Found in addon/styles/addon.css by csslint

    Rule doesn't have all its properties in alphabetical order.
    Open

    .link-follower-parent > * {
    Severity: Minor
    Found in addon/styles/addon.css by csslint

    The universal selector (*) is known to be slow.
    Open

    .link-follower-parent > * {
    Severity: Minor
    Found in addon/styles/addon.css by csslint

    TODO found
    Open

      followerPosition: 'bottom', // TODO: support top, bottom, both
    Severity
    Category
    Status
    Source
    Language