mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore(lint): apply recommended lint rules
This commit is contained in:
parent
709bd2825b
commit
866cc962cd
23 changed files with 35 additions and 54 deletions
|
@ -6,6 +6,7 @@
|
|||
export let id = Math.random();
|
||||
export let modalHeading = undefined;
|
||||
export let modalLabel = undefined;
|
||||
export let modalAriaLabel = undefined;
|
||||
export let open = false;
|
||||
export let iconDescription = 'Close the modal';
|
||||
export let primaryButtonDisabled = false;
|
||||
|
@ -19,7 +20,6 @@
|
|||
export let style = undefined;
|
||||
|
||||
import { createEventDispatcher, afterUpdate, onDestroy } from 'svelte';
|
||||
import { writable } from 'svelte/store';
|
||||
import Close20 from 'carbon-icons-svelte/lib/Close20';
|
||||
import { cx } from '../../lib';
|
||||
import Button from '../Button';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue