fix: remove strange user selection rule #65
Annotations
6 errors and 10 warnings
lint:
src/style/StyleProvider.ts#L14
This variable is unused.
|
lint:
src/style/StyleProvider.ts#L15
This variable is unused.
|
lint
Process completed with exit code 1.
|
typecheck:
src/style/StyleProvider.ts#L14
'Text' is declared but its value is never read.
|
typecheck:
src/style/StyleProvider.ts#L15
'Title' is declared but its value is never read.
|
typecheck
Process completed with exit code 2.
|
lint:
src/logic/Settings.ts#L78
Avoid the use of spread (`...`) syntax on accumulators.
|
lint:
src/logic/CardTypeImplementations/ClozeCard.tsx#L85
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/NormalCard.tsx#L68
Avoid passing content using the dangerouslySetInnerHTML prop.
|
lint:
src/logic/CardTypeImplementations/NormalCard.tsx#L70
Avoid passing content using the dangerouslySetInnerHTML prop.
|
lint:
src/logic/CardTypeImplementations/DoubleSidedCard.tsx#L57
Avoid passing content using the dangerouslySetInnerHTML prop.
|
lint:
src/logic/CardTypeImplementations/DoubleSidedCard.tsx#L69
Avoid passing content using the dangerouslySetInnerHTML prop.
|
lint:
src/logic/CardTypeImplementations/DoubleSidedCard.tsx#L88
Avoid passing content using the dangerouslySetInnerHTML prop.
|
lint:
src/logic/CardTypeImplementations/DoubleSidedCard.tsx#L96
Avoid passing content using the dangerouslySetInnerHTML prop.
|