Skip to content

import/no-extraneous-dependencies should check export from #1049

@penx

Description

@penx

The following is correctly picked up by import/no-extraneous-dependencies

import { myUtil } from '@my/utils';
export { myUtil };

The following code is equivalent but does not get picked up by import/no-extraneous-dependencies

export { myUtil } from '@my/utils';

Can support for this be added?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions