We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f468271 commit 25bb2cdCopy full SHA for 25bb2cd
@commitlint/config-nx-scopes/index.js
@@ -30,7 +30,6 @@ function getProjects(context, selector = () => true) {
30
tags: project.tags,
31
})
32
)
33
- .filter((project) => project.targets)
34
.map((project) => project.name)
35
.map((name) => (name.charAt(0) === '@' ? name.split('/')[1] : name));
36
}
0 commit comments