2.1.11 #20
Annotations
10 warnings
Linting:
src/components/Card/index.tsx#L56
Object desctructuring lines must be broken into multiple lines if there are more than 1 properties
|
Linting:
src/components/Code/CodeCopyBox/index.tsx#L6
Unexpected any. Specify a different type
|
Linting:
src/components/Code/CodeCopyBox/index.tsx#L11
Object desctructuring lines must be broken into multiple lines if there are more than 1 properties
|
Linting:
src/components/ConnectNode/index.tsx#L3
'Link' is defined but never used
|
Linting:
src/components/ConnectNode/modal.tsx#L167
Unexpected any. Specify a different type
|
Linting:
src/components/Faq/index.tsx#L2
Imports must be broken into multiple lines if there are more than 4 elements
|
Linting:
src/components/Faq/index.tsx#L111
Object desctructuring lines must be broken into multiple lines if there are more than 1 properties
|
Linting:
src/components/InfoBar/details.tsx#L65
'DataTitle' is assigned a value but never used
|
Linting:
src/components/InfoBar/details.tsx#L116
'truncateBalanceto5charsWhenNoDecimals' is assigned a value but never used
|
Linting:
src/components/InfoBar/details.tsx#L122
Do not use "@ts-ignore" because it alters compilation errors
|
Loading