build: apply unsafe biome changes

This commit is contained in:
Asuka109 2025-03-18 00:48:21 +08:00
parent 5db79889e3
commit 8ed01b7fda
16 changed files with 562 additions and 515 deletions

View file

@ -40,7 +40,7 @@ export default function LintSettingRow({
}
onChange={(val) => setValue(val)}
checked={value ?? defaultValue}
></CheckboxControl>
/>
</div>
)}
</Animate>

View file

@ -63,7 +63,7 @@ export default function SuggestionControl({ lintBox }: { lintBox: IgnorableLintB
pointerEvents: 'none',
zIndex: 1,
}}
></div>
/>
{showPopover ? (
<Popover ref={popoverRef} anchor={underlineRef.current} className="harper-popover">
<h2 className={`harper-underline-${lint.lint_kind()}`}>{lint.lint_kind_pretty()}</h2>