From 2aff51d38957904d48982effb913fcfc515ada5b Mon Sep 17 00:00:00 2001 From: Neil Kistner Date: Sun, 8 Nov 2020 12:57:29 -0600 Subject: [PATCH] fix(bullet): fix linting errors round 3 --- packages/bullet/src/types.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/bullet/src/types.ts b/packages/bullet/src/types.ts index 43c72a24a..3cab41746 100644 --- a/packages/bullet/src/types.ts +++ b/packages/bullet/src/types.ts @@ -93,9 +93,7 @@ export type BulletRectComputedRect = Point & data: ComputedRangeDatum } -export type BulletRectAnimatedProps = Point & - Dimensions & - Pick +export type BulletRectAnimatedProps = Point & Dimensions & Pick export type BulletRectsItemProps = Pick< BulletRectsProps,