Links color + add Dominic work #27
Annotations
5 warnings
|
build:
src/components/tool-card.ts#L7
The title attribute is a native global attribute. Using it as a property could have unintended side-effects
|
|
build:
src/components/details.ts#L431
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
|
build:
src/components/details.ts#L429
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
|
build:
src/components/details.ts#L408
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
build:
src/components/details.ts#L374
Prefer using an optional chain expression instead, as it's more concise and easier to read
|