mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
chore(prettier): use svelteStrictMode
This commit is contained in:
parent
322b238cf0
commit
42b8159b1c
182 changed files with 2020 additions and 1912 deletions
|
@ -16,8 +16,8 @@
|
|||
<a
|
||||
role="menuitem"
|
||||
tabindex="0"
|
||||
{href}
|
||||
class:bx--header__menu-item={true}
|
||||
href="{href}"
|
||||
class:bx--header__menu-item="{true}"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:mouseover
|
||||
|
@ -27,6 +27,6 @@
|
|||
on:keydown
|
||||
on:focus
|
||||
on:blur>
|
||||
<span class:bx--text-truncate--end={true}>{text}</span>
|
||||
<span class:bx--text-truncate--end="{true}">{text}</span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue