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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Minor Changes
#2703ae11f Thanks @eps1lon! - Add support for automatically adding eslint-disable-next-line directives
Specify --fix-type add-disable-directive to silence rules if they can't be autofixed: npx eslint-focus import/order packages/core --allowInlineConfig --fix --fix-type add-disable-directive
I ended up iterating over folders more often (to focus down on an issue) than switching the rule.
It's more convenient to have the argument you change often last.