You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why are we removing the npm scope of the packages here?
I have the following scenario:
@scopeA/package1
@scopeB/package1
I want to be able to differentiate the two in the scopes of the commit messages, so I need to be able to write: "feat(@scopeA/package1): something new".
The text was updated successfully, but these errors were encountered:
commitlint/@commitlint/config-lerna-scopes/index.js
Line 53 in b51f89d
why are we removing the npm scope of the packages here?
I have the following scenario:
I want to be able to differentiate the two in the scopes of the commit messages, so I need to be able to write: "feat(@scopeA/package1): something new".
The text was updated successfully, but these errors were encountered: