Skip to content

Config is not found with scoped package #596

Closed
@thomasthiebaud

Description

@thomasthiebaud

I createad a package called conventional-changelog-lint-config-<companyname>. I would like to use it like

{
  "extends": ["<companyname>"]
}

But it is a private for now and it is scoped using @<companyname>, so to use it I have to write the full name

{
  "extends": ["@<companyname>/conventional-changelog-lint-config-<companyname>"]
}

It works, but it is quite annoying. Is there an easy to fix that?

Affected packages

  • cli
  • core
  • prompt
  • config-angular

Your Environment

Executable Version
commitlint --version 7.5.2
git --version git version 2.17.2 (Apple Git-113)
node --version v10.15.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions