Skip to content

Force relint dependant files #1565

Closed
Closed
@A-Shleifman

Description

@A-Shleifman

I wrote an ESLint plugin that allows to "scope" exports. For example:

/** @scope .. */
export default '';

would only be importable within the parent directory and all subdirectories.

When I change the @scope declaration I want all imports (or whole files) referring to this export to be relinted to display/hide errors based on the updated declaration. Is there a way to force vscode-eslint extension to relint files?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions