Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JorrinKievit committed May 3, 2024
1 parent 7f8a741 commit 4961044
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
"@movie-web/eslint-config/base",
"@movie-web/eslint-config/react"
],
"ignorePatterns": ["expo-plugins/**"]
"ignorePatterns": [
"expo-plugins/**"
]
},
"prettier": "@movie-web/prettier-config"
}
2 changes: 1 addition & 1 deletion apps/expo/src/components/player/VideoSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const VideoSlider = ({ onSlidingComplete }: VideoSliderProps) => {
const bufferStyle = useAnimatedStyle(() => {
return {
width: bufferTranslateX.value + knobSize_,
backgroundColor: theme.ash300.val,
backgroundColor: theme.ash100.val,
borderRadius: trackSize_ / 2,
};
});
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 4961044

Please sign in to comment.