fix some linter issues

This commit is contained in:
Nikita Galaiko 2023-03-24 14:47:10 +01:00
parent 73d1a44671
commit 74eb6ae450
5 changed files with 30 additions and 5 deletions

View File

@ -1,5 +1,10 @@
<script lang="ts">
let className = '';
export { className as class };
</script>
<svg
{...$$restProps}
class={className}
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"

Before

Width:  |  Height:  |  Size: 300 B

After

Width:  |  Height:  |  Size: 384 B

View File

@ -1,5 +1,10 @@
<script lang="ts">
let className = '';
export { className as class };
</script>
<svg
{...$$restProps}
class={className}
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 383 B

View File

@ -1,5 +1,10 @@
<script lang="ts">
let className = '';
export { className as class };
</script>
<svg
{...$$restProps}
class={className}
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 628 B

View File

@ -1,5 +1,10 @@
<script lang="ts">
let className = '';
export { className as class };
</script>
<svg
{...$$restProps}
class={className}
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"

Before

Width:  |  Height:  |  Size: 413 B

After

Width:  |  Height:  |  Size: 497 B

View File

@ -1,5 +1,10 @@
<script lang="ts">
let className = '';
export { className as class };
</script>
<svg
{...$$restProps}
class={className}
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"

Before

Width:  |  Height:  |  Size: 475 B

After

Width:  |  Height:  |  Size: 559 B