WLT-1736 #47
Annotations
10 errors and 11 warnings
Lint files:
example/src/App.tsx#L1
Replace `"react"` with `'react'`
|
Lint files:
example/src/App.tsx#L6
Replace `·SafeAreaView,·ScrollView,·StatusBar,·StyleSheet,·useColorScheme·}·from·"react-native"` with `⏎··SafeAreaView,⏎··ScrollView,⏎··StatusBar,⏎··StyleSheet,⏎··useColorScheme,⏎}·from·'react-native'`
|
Lint files:
example/src/App.tsx#L7
Replace `"./AppStore"` with `'./AppStore'`
|
Lint files:
example/src/App.tsx#L8
Replace `"./components/AppContent"` with `'./components/AppContent'`
|
Lint files:
example/src/App.tsx#L9
Replace `"./auth/Login"` with `'./auth/Login'`
|
Lint files:
example/src/App.tsx#L10
Replace `"react-native-autocomplete-dropdown"` with `'react-native-autocomplete-dropdown'`
|
Lint files:
example/src/App.tsx#L11
Replace `"./components/ui/NavBar"` with `'./components/ui/NavBar'`
|
Lint files:
example/src/App.tsx#L19
Replace `⏎········barStyle={isDarkMode·?·'light-content'·:·'dark-content'}⏎·····` with `·barStyle={isDarkMode·?·'light-content'·:·'dark-content'}`
|
Lint files:
example/src/App.tsx#L23
Replace `····<NavBar` with `<NavBar·`
|
Lint files:
example/src/App.tsx#L24
Replace `··············{loggedUser·?·` with `········{loggedUser·?·(`
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint files:
example/src/auth/FirebaseAuthManager.ts#L28
Expected a 'break' statement before 'default'
|
Lint files:
example/src/auth/GoogleSignIn.tsx#L22
'React' must be in scope when using JSX
|
Lint files:
example/src/auth/Login.tsx#L20
'React' must be in scope when using JSX
|
Lint files:
example/src/auth/Login.tsx#L21
'React' must be in scope when using JSX
|
Lint files:
example/src/components/Assets.tsx#L83
Inline style: { textAlign: 'center' }
|
Lint files
Inline style: { flex: 3, paddingRight: 10 }
|
Lint files
Inline style: { flex: 1 }
|
Lint files
Empty components are self-closing
|
Lint files:
example/src/components/BackupAndRecover.tsx#L164
'passphrasePersist' is already declared in the upper scope on line 123 column 9
|
Lint files:
example/src/components/BackupAndRecover.tsx#L174
Value of 'err' may be overwritten in IE 8 and earlier
|
Loading