Skip to content

fix: Linting rules (no-unsafe-declaration-merging, no-redundant-type-constituents, no-unnecessary-type-assertion, ...) #62

fix: Linting rules (no-unsafe-declaration-merging, no-redundant-type-constituents, no-unnecessary-type-assertion, ...)

fix: Linting rules (no-unsafe-declaration-merging, no-redundant-type-constituents, no-unnecessary-type-assertion, ...) #62

Triggered via pull request March 12, 2024 18:28
Status Success
Total duration 1m 43s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: webapp/src/components/AccountPage/AccountBanner/AccountBanner.tsx#L94
Caution: `React` also has a named export `memo`. Check if you meant to write `import {memo} from 'react'` instead
lint: webapp/src/components/AccountPage/AccountPage.tsx#L60
Caution: `React` also has a named export `memo`. Check if you meant to write `import {memo} from 'react'` instead
lint: webapp/src/components/AccountSidebar/AccountSidebar.tsx#L28
Caution: `React` also has a named export `memo`. Check if you meant to write `import {memo} from 'react'` instead
lint: webapp/src/components/AccountSidebar/CurrentAccountSidebar/CurrentAccountSidebar.tsx#L64
Caution: `React` also has a named export `memo`. Check if you meant to write `import {memo} from 'react'` instead
lint: webapp/src/components/AccountSidebar/OtherAccountSidebar/OtherAccountSidebar.tsx#L76
Caution: `React` also has a named export `memo`. Check if you meant to write `import {memo} from 'react'` instead
lint: webapp/src/components/ActivityPage/ActivityPage.tsx#L76
Caution: `React` also has a named export `memo`. Check if you meant to write `import {memo} from 'react'` instead
lint: webapp/src/components/ActivityPage/Transaction/Transaction.tsx#L400
Caution: `React` also has a named export `memo`. Check if you meant to write `import {memo} from 'react'` instead
lint: webapp/src/components/ActivityPage/Transaction/TransactionDetail/TransactionDetail.tsx#L56
Caution: `React` also has a named export `memo`. Check if you meant to write `import {memo} from 'react'` instead
lint: webapp/src/components/AnalyticsVolumeDayData/AnalyticsVolumeDayData.tsx#L108
Caution: `React` also has a named export `memo`. Check if you meant to write `import {memo} from 'react'` instead
lint: webapp/src/components/AssetAction/AssetAction.tsx#L28
Caution: `React` also has a named export `memo`. Check if you meant to write `import {memo} from 'react'` instead