-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix(linter): export Options
types for enforce-module-boundaries
and nx-plugin-checks
#29072
fix(linter): export Options
types for enforce-module-boundaries
and nx-plugin-checks
#29072
Conversation
…ries` and `nx-plugin-checks` rules. Closes nrwl#28866
…ries` and `nx-plugin-checks` rules. Closes nrwl#28866
…daries-options-type' into 28866-export-enforce-module-boundaries-options-type
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit 431b07e.
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry for the delay @oliveryasuna, thanks for this
Options
for the ESLint `enforce-module-bounda…Options
types for enforce-module-boundaries
and nx-plugin-checks
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Closes #28866
Current Behavior
Options
inenforce-module-boundaries.ts
andnx-plugin-checks
are not exported.Expected Behavior
They are now exported.
Related Issue(s)
Fixes #28866