You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be useful for lints to include text changes in the lint diagnostic that would fix the diagnostic. For example, no-unused-var could return text changes that would remove unused imports.
This could then be used by a deno lint --fix command.