-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add docs about lint html in js template literal (#245)
* docs: add docs about lint html in js template literal * Update .prettierignore
- Loading branch information
Showing
18 changed files
with
464 additions
and
391 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
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,27 +1,27 @@ | ||
|
||
<footer class="border-t h-[150px] shadow-[0_-1px_0_0_#E8EBEF] body5 {{class}}"> | ||
<section class="m-auto flex w-full md:max-w-[1200px] pt-[32px] pb-[54px] px-[24px]"> | ||
<div class="flex flex-col"> | ||
<ul> | ||
<li> | ||
<a | ||
href="https://github.com/yeonjuan/html-eslint/issues" | ||
target="_blank noreferrer" | ||
class="text-slate-600" | ||
>Report issue</a> | ||
</li> | ||
</ul> | ||
<span class="text-black-500">Copyright © 2023 html-eslint</span> | ||
</div> | ||
<div class="ml-auto"> | ||
<a href="https://github.com/yeonjuan/html-eslint"> | ||
<img | ||
src="~/src/assets/github.svg" | ||
alt="github" | ||
width="19px" | ||
height="19px" | ||
> | ||
</a> | ||
</div> | ||
</section> | ||
<section class="m-auto flex w-full md:max-w-[1200px] pt-[32px] pb-[54px] px-[24px]"> | ||
<div class="flex flex-col"> | ||
<ul> | ||
<li> | ||
<a | ||
href="https://github.com/yeonjuan/html-eslint/issues" | ||
target="_blank noreferrer" | ||
class="text-slate-600" | ||
>Report issue</a> | ||
</li> | ||
</ul> | ||
<span class="text-black-500">Copyright © 2023 html-eslint</span> | ||
</div> | ||
<div class="ml-auto"> | ||
<a href="https://github.com/yeonjuan/html-eslint"> | ||
<img | ||
src="~/src/assets/github.svg" | ||
alt="github" | ||
width="19px" | ||
height="19px" | ||
> | ||
</a> | ||
</div> | ||
</section> | ||
</footer> |
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,32 +1,32 @@ | ||
<nav class="fixed transition-[max-height] duration-200 overflow-hidden max-h-0 top-[67px] left-[0px] peer-checked:max-h-[200px] bg-white w-full md:ml-auto md:flex md:top-auto md:max-h-max md:relative md:w-auto md:peer-checked:translate-y-0"> | ||
<ul class="body2 flex flex-col text-black-500 p-[12px] [&>li>a]:px-[16px] [&>li>a]:py-[12px] [&>li]:rounded-[10px] md:[&>li>a]:px-0 md:[&>li>a]:py-0 md:title5 md:gap-[24px] md:flex-row md:p-0"> | ||
<li | ||
class="hover:text-black-900 hover:bg-gray-200 md:hover:bg-white" | ||
data-nav="/docs" | ||
data-nav-active="text-black-900" | ||
<ul class="body2 flex flex-col text-black-500 p-[12px] [&>li>a]:px-[16px] [&>li>a]:py-[12px] [&>li]:rounded-[10px] md:[&>li>a]:px-0 md:[&>li>a]:py-0 md:title5 md:gap-[24px] md:flex-row md:p-0"> | ||
<li | ||
class="hover:text-black-900 hover:bg-gray-200 md:hover:bg-white" | ||
data-nav="/docs" | ||
data-nav-active="text-black-900" | ||
> | ||
<a href="~/src/docs/getting-started.html" class="w-full h-full flex justify-center flex-col"> | ||
<span>Docs</span> | ||
</a> | ||
</li> | ||
<li | ||
class="hover:text-black-900 hover:bg-gray-200 md:hover:bg-white" | ||
data-nav="/playground" | ||
data-nav-active="text-black-900" | ||
> | ||
<a href="~/src/playground.html" class="w-full h-full flex justify-center flex-col">Playground</a> | ||
</li> | ||
<li class="hover:text-black-900 hover:bg-gray-200 md:hover:bg-white"> | ||
<a href="https://github.com/yeonjuan/html-eslint" class="w-full h-full flex justify-center flex-col"> | ||
<img | ||
src="~/src/assets/github.svg" | ||
width="26" | ||
height="26" | ||
alt="github" | ||
class="hidden md:block" | ||
> | ||
<a href="~/src/docs/getting-started.html" class="w-full h-full flex justify-center flex-col"> | ||
<span>Docs</span> | ||
</a> | ||
</li> | ||
<li | ||
class="hover:text-black-900 hover:bg-gray-200 md:hover:bg-white" | ||
data-nav="/playground" | ||
data-nav-active="text-black-900" | ||
> | ||
<a href="~/src/playground.html" class="w-full h-full flex justify-center flex-col">Playground</a> | ||
</li> | ||
<li class="hover:text-black-900 hover:bg-gray-200 md:hover:bg-white"> | ||
<a href="https://github.com/yeonjuan/html-eslint" class="w-full h-full flex justify-center flex-col"> | ||
<img | ||
src="~/src/assets/github.svg" | ||
width="26" | ||
height="26" | ||
alt="github" | ||
class="hidden md:block" | ||
> | ||
<span class="md:hidden">Github</span> | ||
</a> | ||
</li> | ||
</ul> | ||
<span class="md:hidden">Github</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> |
Oops, something went wrong.