spherehq/sphere

View on GitHub
packages/geometry/System/index.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

export interface SizingProps {
width?: SystemProp
height?: SystemProp
minWidth?: SystemProp
minHeight?: SystemProp
Severity: Major
Found in packages/geometry/System/index.ts and 1 other location - About 1 hr to fix
packages/geometry/System/index.ts on lines 66..73

Similar blocks of code found in 2 locations. Consider refactoring.
Open

export interface PositionsProps {
zIndex?: SystemProp
position?: SystemProp
top?: SystemProp
right?: SystemProp
Severity: Major
Found in packages/geometry/System/index.ts and 1 other location - About 1 hr to fix
packages/geometry/System/index.ts on lines 79..86
Category
Status