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
Fixed a bug in handling of the @stylistic/arrow-parens rule. v6 regressed on the v5 logic and didn't follow the principles (partly because this rule is disabled by eslint-config-prettier, so its impact wasn't being seen in some cases).
Breaking changes:
Arrow parentheses are now required in all cases (["error", "always"], not the previous ["error", "as-needed", { "requireForBlockBody": true }]).