Lint + Workflow #1
Annotations
2 errors and 6 warnings
lint
Process completed with exit code 1.
|
typecheck
Process completed with exit code 1.
|
lint:
src/components/deck/DeckView.tsx#L80
Avoid passing content using the dangerouslySetInnerHTML prop.
|
lint:
src/logic/CardTypeImplementations/NormalCard.tsx#L48
Avoid passing content using the dangerouslySetInnerHTML prop.
|
lint:
src/logic/CardTypeImplementations/NormalCard.tsx#L58
Avoid passing content using the dangerouslySetInnerHTML prop.
|
lint:
src/logic/CardTypeImplementations/DoubleSidedCard.tsx#L56
Avoid passing content using the dangerouslySetInnerHTML prop.
|
lint:
src/logic/CardTypeImplementations/DoubleSidedCard.tsx#L68
Avoid passing content using the dangerouslySetInnerHTML prop.
|
lint:
src/logic/Settings.ts#L57
Avoid the use of spread (`...`) syntax on accumulators.
|