Closed
Description
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 |