Updates on details page and filter html in urls #25
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#L421
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
|
build:
src/components/details.ts#L419
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
|
build:
src/components/details.ts#L398
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
build:
src/components/details.ts#L364
Prefer using an optional chain expression instead, as it's more concise and easier to read
|