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
…y point (#29855)
## Current Behavior
The `@nx/eslint-plugin` main entry point is untyped.
## Expected Behavior
The `@nx/eslint-plugin` main entry point should provide types.
## Related Issue(s)
Fixes#28448Fixes#29816
(cherry picked from commit 1fbcd73)
…y point (#29855)
## Current Behavior
The `@nx/eslint-plugin` main entry point is untyped.
## Expected Behavior
The `@nx/eslint-plugin` main entry point should provide types.
## Related Issue(s)
Fixes#28448Fixes#29816
(cherry picked from commit 1fbcd73)
Current Behavior
src/index.d.ts
in@nx/eslint-plugin
contains no type info.Expected Behavior
Types are properly declared so that IDEs do not report an error and can offer auto-completion hints.
Nx Report
The text was updated successfully, but these errors were encountered: