[CI] Add eslint rules. #15
Closed
Annotations
10 errors and 11 warnings
expo-boomboomapp/app/(splash)/index.tsx#L46
Unexpected any. Specify a different type
|
expo-boomboomapp/app/Registration.tsx#L12
'navigation' is defined but never used. Allowed unused args must match /^_/u
|
expo-boomboomapp/components/StyledText.tsx#L4
Replace `<ThemedText·{...props}·style={[props.style,·{·fontFamily:·"SpaceMono"·}]}·/>` with `(⏎····<ThemedText·{...props}·style={[props.style,·{·fontFamily:·"SpaceMono"·}]}·/>⏎··)`
|
expo-boomboomapp/fix.ts#L1
Require statement not part of import statement
|
expo-boomboomapp/fix.ts#L2
Require statement not part of import statement
|
expo-boomboomapp/metro.config.js#L2
Require statement not part of import statement
|
expo-boomboomapp/src/api/ProfileApiService/ProfileApiMockService.ts#L19
'createProfileBody' is defined but never used. Allowed unused args must match /^_/u
|
expo-boomboomapp/src/api/ProfileApiService/ProfileApiMockService.ts#L45
'uri' is defined but never used. Allowed unused args must match /^_/u
|
expo-boomboomapp/src/api/ProfileApiService/ProfileApiServiceI.ts#L20
Unexpected any. Specify a different type
|
expo-boomboomapp/src/components/Icons/BaseIcon.tsx#L117
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
expo-boomboomapp/app/(splash)/index.tsx#L50
React Hook useEffect has missing dependencies: 'authService', 'configurationService', and 'userService'. Either include them or remove the dependency array
|
expo-boomboomapp/app/HomeScreen.tsx#L38
'stackProfiles' is already declared in the upper scope on line 33 column 10
|
expo-boomboomapp/app/HomeScreen.tsx#L45
React Hook useEffect has a missing dependency: 'profileApiService'. Either include it or remove the dependency array
|
expo-boomboomapp/app/HomeScreen.tsx#L75
The ref value 'onNextSubscriber.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'onNextSubscriber.current' to a variable inside the effect, and use that variable in the cleanup function
|
expo-boomboomapp/app/HomeScreen.tsx#L77
React Hook useEffect has a missing dependency: 'onNextSubscriber'. Either include it or remove the dependency array
|
expo-boomboomapp/app/HomeScreen.tsx#L85
'stackProfiles' is already declared in the upper scope on line 33 column 10
|
expo-boomboomapp/app/HomeScreen.tsx#L89
The ref value 'onNextSubscriber.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'onNextSubscriber.current' to a variable inside the effect, and use that variable in the cleanup function
|
expo-boomboomapp/app/HomeScreen.tsx#L91
React Hook useEffect has a missing dependency: 'onNextSubscriber'. Either include it or remove the dependency array
|
expo-boomboomapp/app/HomeScreen.tsx#L99
'stackProfiles' is already declared in the upper scope on line 33 column 10
|
expo-boomboomapp/app/HomeScreen.tsx#L112
The ref value 'onNextSubscriber.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'onNextSubscriber.current' to a variable inside the effect, and use that variable in the cleanup function
|
The logs for this run have expired and are no longer available.
Loading