chore: Fix all linting errors for green build

This commit is contained in:
2026-01-19 03:31:23 +03:00
parent 8ddbe8d95a
commit 83f55bcf03
9 changed files with 29 additions and 24 deletions
@@ -49,6 +49,7 @@ export const Skeleton: React.FC<SkeletonProps> = ({
<Animated.View
style={[
styles.skeleton,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
{ width: width as any, height, borderRadius, opacity },
style,
]}