Closed
Description
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
Labels
No labels