-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modernized Linting for Vue and Typescript -- Applied non functional f…
…ixes
- Loading branch information
1 parent
4d2609a
commit 7737d2b
Showing
180 changed files
with
9,347 additions
and
4,290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,35 @@ | ||
<template> | ||
<svg width="25" height="17" viewBox="0 0 25 17" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 1H14.8889V4.55556H23.7778V17H6V1ZM7.77778 | ||
<svg | ||
width="25" | ||
height="17" | ||
viewBox="0 0 25 17" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M6 1H14.8889V4.55556H23.7778V17H6V1ZM7.77778 | ||
4.55556H9.55556V2.77778H7.77778V4.55556ZM11.3333 4.55556H13.1111V2.77778H11.3333V4.55556ZM21.9997 | ||
15.2222H14.8886V13.4444H16.6664V11.6667H14.8886V9.88889H16.6664V8.11111H14.8886V6.33333H21.9997V15.2222ZM18.4444 | ||
8.11111H20.2222V9.88889H18.4444V8.11111ZM18.4444 11.6667H20.2222V13.4444H18.4444V11.6667ZM13.1111 | ||
8.11111H11.3333V6.33333H13.1111V8.11111ZM11.3333 11.6667H13.1111V9.88889H11.3333V11.6667ZM13.1111 | ||
15.2222H11.3333V13.4444H13.1111V15.2222ZM9.55556 8.11111H7.77778V6.33333H9.55556V8.11111ZM7.77778 | ||
11.6667H9.55556V9.88889H7.77778V11.6667ZM9.55556 15.2222H7.77778V13.4444H9.55556V15.2222Z" fill="#212529"/> | ||
<circle cx="6" cy="5" r="5" fill="white"/> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 7.09L3.55 8.58L4.2 5.77L2 3.89L4.89 3.64L6 1L7.13 3.64L10 | ||
3.89L7.82 5.77L8.5 8.58L6 7.09Z" fill="#212529"/> | ||
11.6667H9.55556V9.88889H7.77778V11.6667ZM9.55556 15.2222H7.77778V13.4444H9.55556V15.2222Z" | ||
fill="#212529" | ||
/> | ||
<circle | ||
cx="6" | ||
cy="5" | ||
r="5" | ||
fill="white" | ||
/> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M6 7.09L3.55 8.58L4.2 5.77L2 3.89L4.89 3.64L6 1L7.13 3.64L10 | ||
3.89L7.82 5.77L8.5 8.58L6 7.09Z" | ||
fill="#212529" | ||
/> | ||
</svg> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
<template> | ||
<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 8C16.2091 8 18 6.20914 18 4C18 1.79086 16.2091 0 14 0C11.7909 | ||
<svg | ||
width="22" | ||
height="16" | ||
viewBox="0 0 22 16" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M14 8C16.2091 8 18 6.20914 18 4C18 1.79086 16.2091 0 14 0C11.7909 | ||
0 10 1.79086 10 4C10 6.20914 11.7909 8 14 8ZM14 10C11.33 10 6 11.33 6 14V16H22V14C22 11.33 16.67 10 14 10ZM6.45 | ||
10.77L4 9.28L1.5 10.77L2.18 7.96L0 6.08L2.87 5.83L4 3.19L5.11 5.83L8 6.08L5.8 7.96L6.45 10.77Z" fill="#212529"/> | ||
10.77L4 9.28L1.5 10.77L2.18 7.96L0 6.08L2.87 5.83L4 3.19L5.11 5.83L8 6.08L5.8 7.96L6.45 10.77Z" | ||
fill="#212529" | ||
/> | ||
</svg> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.