Skip to content

Commit a97ae7f

Browse files
committed
feat: force release
1 parent 5346205 commit a97ae7f

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

docs/src/components/topbar/search/SearchItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const SearchItem = (props: {
2323
<span class="block font-bold">{props.item.hierarchy}</span>
2424
<span
2525
class="block truncate [&>mark]:rounded-sm [&>mark]:bg-sc-400 [&>mark]:px-0.5"
26-
// eslint-disable-next-line solid/no-innerhtml
2726
innerHTML={props.item.content}
2827
/>
2928
</a>

docs/src/lib/typedoc/resolve/resolveComponent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ const resolveDefaultDynamicAs = (component: DeclarationVariant) => {
169169

170170
if (component.signatures![0].typeParameters) {
171171
if (
172-
// eslint-disable-next-line @typescript-eslint/strict-boolean-expressions
173172
!component.signatures![0].typeParameters[0] ||
174173
!component.signatures![0].typeParameters[0].default
175174
) {

packages/solid-charts/src/axis/Mark.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type MarkProps = OverrideProps<
88
{
99
/**
1010
* Length of the mark lines in px.
11-
* @defaultValue 6
11+
* @defaultValue 6px
1212
* */
1313
length?: number
1414
}

0 commit comments

Comments
 (0)