-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config is not found with scoped package #596
Comments
We can adopt the ESLint method for scoped packages. I think that would suit your needs right? Also looking at @escapedcat 😉 If we are going for that one, you can use it as |
Created a PR with the change for scoped short notations! 🎉 Hope you like it. Btw, I noticed that you are using a legacy naming convention for the package. It was changed from |
Hi, thanks a lot for all the quick answers. I can rename my package to follow the new convention, no problem with that 🎉 |
No worries, happy to help 😄 We'll try to get a version out asap, but we need to fix some weird behavior with some dependencies first. |
Quick status update, we have fixed the strange behavior of one of our dependencies. But to get everything going in the right direction, we need to fix #599 before we should release a new one. That issue is also blocked by comsiconfig#180. Bare with us here 😄 |
I createad a package called
conventional-changelog-lint-config-<companyname>
. I would like to use it likeBut it is a private for now and it is scoped using
@<companyname>
, so to use it I have to write the full nameIt works, but it is quite annoying. Is there an easy to fix that?
Affected packages
Your Environment
commitlint --version
git --version
node --version
The text was updated successfully, but these errors were encountered: