zsarnett/Lit-Grid-Layout

View on GitHub
src/util/move-item-away-from-intersect.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function moveItemAwayFromIntersect has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const moveItemAwayFromIntersect = (
  layout: Layout,
  intersectItem: LayoutItem,
  itemToMove: LayoutItem,
  cols: number,
Severity: Minor
Found in src/util/move-item-away-from-intersect.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status