Skip to content
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

Missing types for main entry point of @nx/eslint-plugin #29816

Closed
daiscog opened this issue Jan 30, 2025 · 0 comments · Fixed by #29855
Closed

Missing types for main entry point of @nx/eslint-plugin #29816

daiscog opened this issue Jan 30, 2025 · 0 comments · Fixed by #29855
Assignees
Labels
scope: linter Issues related to Eslint support in Nx type: bug

Comments

@daiscog
Copy link
Contributor

daiscog commented Jan 30, 2025

Current Behavior

src/index.d.ts in @nx/eslint-plugin contains no type info.

Image

Expected Behavior

Types are properly declared so that IDEs do not report an error and can offer auto-completion hints.

Nx Report

NX   Report complete - copy this into the issue template

Node           : 20.18.1
OS             : darwin-arm64
Native Target  : aarch64-macos
npm            : 10.8.2

nx                     : 20.4.0
@nx/js                 : 20.4.0
@nx/jest               : 20.4.0
@nx/eslint             : 20.4.0
@nx/workspace          : 20.4.0
@nx/angular            : 20.4.0
@nx/devkit             : 20.4.0
@nx/esbuild            : 20.4.0
@nx/eslint-plugin      : 20.4.0
@nx/module-federation  : 20.4.0
@nx/node               : 20.4.0
@nx/playwright         : 20.4.0
@nx/vite               : 20.4.0
@nx/web                : 20.4.0
@nx/webpack            : 20.4.0
typescript             : 5.7.3
---------------------------------------
Registered Plugins:
@nx/playwright/plugin
@nx/eslint/plugin
@nx/js/typescript
---------------------------------------
Community plugins:
angular-eslint : 19.0.2
@FrozenPandaz FrozenPandaz added the scope: linter Issues related to Eslint support in Nx label Jan 31, 2025
@jaysoo jaysoo closed this as completed in 1fbcd73 Feb 4, 2025
FrozenPandaz pushed a commit that referenced this issue Feb 6, 2025
…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 #28448
Fixes #29816

(cherry picked from commit 1fbcd73)
FrozenPandaz pushed a commit that referenced this issue Feb 6, 2025
…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 #28448
Fixes #29816

(cherry picked from commit 1fbcd73)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: linter Issues related to Eslint support in Nx type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants