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
Enabled unicorn/no-array-reduce in packages/tree (microsoft#26143)
Removes the unicorn/no-array-reduce: off override from the
@fluidframework/tree package and fixes the resulting errors. Converts
all Array.reduce() calls to explicit for loops. This is part of an
ongoing effort to incrementally remove global ESLint rule overrides from
eslint.config.mts and .eslintrc.cjs.
Changes:
- Production code (2 files)
- Test code (6 files)
No inline overrides were needed - all reduce usages could be converted
to for loops.
0 commit comments