Skip to content

Commit

Permalink
fix(bullet): fix linting errors round 3
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze authored and plouc committed Nov 9, 2020
1 parent 7a5e76f commit a5eac4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/bullet/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ export type BulletRectComputedRect = Point &
data: ComputedRangeDatum
}

export type BulletRectAnimatedProps = Point &
Dimensions &
Pick<ComputedRangeDatum, 'color'>
export type BulletRectAnimatedProps = Point & Dimensions & Pick<ComputedRangeDatum, 'color'>

export type BulletRectsItemProps = Pick<
BulletRectsProps,
Expand Down

0 comments on commit a5eac4a

Please sign in to comment.