Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 1cb3a01

Browse files
committed
fix some lint issue
1 parent c979062 commit 1cb3a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/accessibility/src/behaviors/Carousel/carouselItemBehavior.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ const carouselItemBehavior: Accessibility<CarouselItemProps> = props => ({
2121
keyActions: {
2222
root: {
2323
stopPropagation: {
24-
keyCombinations: [{ keyCode: keyboardKey.ArrowRight }, { keyCode: keyboardKey.ArrowLeft }]
24+
keyCombinations: [{ keyCode: keyboardKey.ArrowRight }, { keyCode: keyboardKey.ArrowLeft }],
2525
},
2626
},
27-
}
27+
},
2828
})
2929

3030
export default carouselItemBehavior

0 commit comments

Comments
 (0)