format fix #8
lint_and_build.yml
on: pull_request
Performs linting, formatting on the application
1m 8s
Annotations
11 warnings
Performs linting, formatting on the application
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Performs linting, formatting on the application:
src/app/strategy/page.tsx#L55
'isError' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/app/template.tsx#L77
'chain' is defined but never used. Allowed unused args must match /^_/u
|
Performs linting, formatting on the application:
src/app/template.tsx#L95
'getIconNode' is defined but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/Deposit.tsx#L62
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
|
Performs linting, formatting on the application:
src/components/Filters.tsx#L32
'isFocused' is defined but never used. Allowed unused args must match /^_/u
|
Performs linting, formatting on the application:
src/components/Filters.tsx#L204
'b' is defined but never used. Allowed unused args must match /^_/u
|
Performs linting, formatting on the application:
src/components/Navbar.tsx#L34
'chainId' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/Navbar.tsx#L36
'disconnect' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/Navbar.tsx#L37
'setAddress' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/Navbar.tsx#L39
'getStarknetResult' is assigned a value but never used. Allowed unused vars must match /^_/u
|