Skip to content

fix: fix array-table dark background (#25) #60

fix: fix array-table dark background (#25)

fix: fix array-table dark background (#25) #60

GitHub Actions / eslint failed Aug 16, 2023 in 1s

reviewdog [eslint] report

reported by reviewdog 🐶

Findings (1)

packages/components/src/form-item/style/other.tsx|8 col 5| 'colorErrorBg' is assigned a value but never used.

Filtered Findings (0)

Annotations

Check warning on line 8 in packages/components/src/form-item/style/other.tsx

See this annotation in the file changed.

@github-actions github-actions / eslint

[eslint] packages/components/src/form-item/style/other.tsx#L8 <@typescript-eslint/no-unused-vars>(https://typescript-eslint.io/rules/no-unused-vars)

'colorErrorBg' is assigned a value but never used.
Raw output
{"ruleId":"@typescript-eslint/no-unused-vars","severity":1,"message":"'colorErrorBg' is assigned a value but never used.","line":8,"column":5,"nodeType":"Identifier","messageId":"unusedVar","endLine":8,"endColumn":17}