chore(prettier): use svelteStrictMode

This commit is contained in:
Eric Liu 2020-09-04 16:35:49 -07:00
commit 42b8159b1c
182 changed files with 2020 additions and 1912 deletions

View file

@ -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>