run yarn lint --fix (#9013)

This commit is contained in:
Samuel Newman
2025-09-09 18:38:21 +03:00
committed by GitHub
parent bb30b592d7
commit 53e43a957c
225 changed files with 555 additions and 433 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
import React from 'react'
import {StyleSheet, TextProps} from 'react-native'
import {StyleSheet, type TextProps} from 'react-native'
import Svg, {
Defs,
LinearGradient,
Path,
PathProps,
type PathProps,
Stop,
SvgProps,
type SvgProps,
} from 'react-native-svg'
import {Image} from 'expo-image'
+1 -1
View File
@@ -1,4 +1,4 @@
import Svg, {Path, PathProps, SvgProps} from 'react-native-svg'
import Svg, {Path, type PathProps, type SvgProps} from 'react-native-svg'
import {usePalette} from '#/lib/hooks/usePalette'
+1 -1
View File
@@ -1,4 +1,4 @@
import Svg, {Path, PathProps, SvgProps} from 'react-native-svg'
import Svg, {Path, type PathProps, type SvgProps} from 'react-native-svg'
import {usePalette} from '#/lib/hooks/usePalette'