Merge pull request #3 from c0ffeeca7/strings-quick-style-check #17
Annotations
5 errors and 1 warning
|
build
Process completed with exit code 2.
|
|
build:
src/utils/details.ts#L186
Property 'icon' is missing in type '{ title: string; description: string; href: string; label: string; variant: "secondary"; }' but required in type 'DetailsAction'.
|
|
build:
src/utils/details.ts#L131
Property 'icon' is missing in type '{ title: string; description: string; href: string; label: string; variant: "secondary"; }' but required in type 'DetailsAction'.
|
|
build:
src/utils/details.ts#L77
Property 'icon' is missing in type '{ title: string; description: string; href: string; label: string; variant: "secondary"; }' but required in type 'DetailsAction'.
|
|
build:
src/utils/details.ts#L20
Property 'icon' is missing in type '{ title: string; description: string; href: string; label: string; variant: "secondary"; }' but required in type 'DetailsAction'.
|
|
build:
src/components/tool-card.ts#L8
The title attribute is a native global attribute. Using it as a property could have unintended side-effects
|