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

no-internal: Ignore internals defined in the same file #52

Open
iliubinskii opened this issue Mar 14, 2023 · 0 comments
Open

no-internal: Ignore internals defined in the same file #52

iliubinskii opened this issue Mar 14, 2023 · 0 comments

Comments

@iliubinskii
Copy link

export function useSwipeable(): _SwipeableHandlers {
...
}

/**
 * @internal
 */
export interface _SwipeableHandlers {}

Currently no-internal rule reports _SwipeableHandlers in useSwipeable function.
I think it should not, because It is used in the same file = used internally.
This is legal usage.

I think it's enough to check that internal items are not used inside "import" statement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant