fix: Do not use dataproxy for public sharings #86
Annotations
16 warnings
Build:
src/types/guards.ts#L6
Unnecessary conditional, the types have no overlap
|
Build:
src/lib/image-upload-provider.ts#L80
Unnecessary optional chain on a non-nullish value
|
Build:
src/lib/image-upload-provider.ts#L75
Unnecessary optional chain on a non-nullish value
|
Build:
src/lib/image-upload-provider.ts#L74
void is not valid as a constituent in a union type
|
Build:
src/lib/image-upload-provider.ts#L68
void is not valid as a constituent in a union type
|
Build:
src/lib/image-upload-provider.ts#L43
void is not valid as a constituent in a union type
|
Build:
src/lib/helpers.ts#L7
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Build:
src/constants/routes.ts#L5
Explicit enum value must only be a literal value (string, number, boolean, etc)
|
Lint:
src/types/guards.ts#L6
Unnecessary conditional, the types have no overlap
|
Lint:
src/lib/image-upload-provider.ts#L80
Unnecessary optional chain on a non-nullish value
|
Lint:
src/lib/image-upload-provider.ts#L75
Unnecessary optional chain on a non-nullish value
|
Lint:
src/lib/image-upload-provider.ts#L74
void is not valid as a constituent in a union type
|
Lint:
src/lib/image-upload-provider.ts#L68
void is not valid as a constituent in a union type
|
Lint:
src/lib/image-upload-provider.ts#L43
void is not valid as a constituent in a union type
|
Lint:
src/lib/helpers.ts#L7
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Lint:
src/constants/routes.ts#L5
Explicit enum value must only be a literal value (string, number, boolean, etc)
|
Loading