Builder helper files (vite.config.ts etc.) influence the package dependencies on create package json #17905
Closed
2 of 4 tasks
Labels
outdated
scope: core
core nx functionality
scope: linter
Issues related to Eslint support in Nx
type: bug
Current Behavior
The executor used for the specified build target causes the
@nx/dependency-checks
ESLint rule to output false positives.Expected Behavior
The executor used to build a library should not cause any peer dependencies to be added to the library's
package.json
file.GitHub Repo
https://github.com/LayZeeDK/nx-dependency-checks-executor-dependency-issue
Steps to Reproduce
@nx/dependency-checks
ESLint rule for a publishable library.project.json:
Nx Report
Failure Logs
Operating System
Additional Information
Assign to @meeroslav.
The text was updated successfully, but these errors were encountered: