-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Nx plugin doesn't look in package.json
#598
Labels
Comments
alecmev
changed the title
The Nx plugin doesn't look in
Nx plugin doesn't look in Apr 19, 2024
package.json
package.json
webpro
added
good first issue
Good for newcomers
feature request
Feature request
and removed
bug
Something isn't working
labels
Apr 19, 2024
ysknsid25
added a commit
to ysknsid25/knip
that referenced
this issue
Dec 16, 2024
Signed-off-by: ysknsid25 <[email protected]>
ysknsid25
added a commit
to ysknsid25/knip
that referenced
this issue
Dec 16, 2024
fix unit test Signed-off-by: ysknsid25 <[email protected]>
ysknsid25
added a commit
to ysknsid25/knip
that referenced
this issue
Dec 16, 2024
fix unit test Signed-off-by: ysknsid25 <[email protected]>
webpro
pushed a commit
that referenced
this issue
Dec 16, 2024
Signed-off-by: ysknsid25 <[email protected]>
Fixed in #598. |
Nit: Fixed in #880 😛 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since Nx is more or less a replacement for good ol' scripts, I keep its project-specific configuration in
package.json
:Currently the plugin doesn't check it for configuration:
knip/packages/knip/src/plugins/nx/index.ts
Line 13 in 1ecdf80
So Knip errors with:
Just in case, it has the exact same shape as
project.json
, just one level deeper, undernx
.The text was updated successfully, but these errors were encountered: