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
To me it doesn't make sense that you would want this functionality for the linter, only the formatter. In many cases if you edit file A, it may break lint rules in file B that imports A.
Expectations
The documentation and rule should update to either only apply to the formatter, or know which files downstream would also need to be checked.