Skip to content

ignores config/dependency-lint in an addon #16

@BryanCrotaz

Description

@BryanCrotaz

Getting version conflict issues for ember-assign-polyfill. Tried putting config in main addon and in dummy app, with no difference.

Tried both of these:

'use strict';
module.exports={
  generateTests: false
}
'use strict';
module.exports={
  allowedVersions: {
    'ember-assign-polyfill': '*'
  }
}

I still get a failing test in both versions.

ember-cli 3.7.1
ember-cli-dependency-lint: 1.1.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions