mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
build: apply unsafe biome changes
This commit is contained in:
parent
5db79889e3
commit
8ed01b7fda
16 changed files with 562 additions and 515 deletions
|
|
@ -40,7 +40,7 @@ export default function LintSettingRow({
|
|||
}
|
||||
onChange={(val) => setValue(val)}
|
||||
checked={value ?? defaultValue}
|
||||
></CheckboxControl>
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
</Animate>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue