File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
packages/solid-charts/src/axis Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments