add format check, update prettier rules, apply rules consistently

This commit is contained in:
Gregor Vostrak
2025-07-29 18:58:31 +02:00
parent b11672732b
commit cb30487a21
323 changed files with 3728 additions and 5579 deletions

View File

@@ -24,9 +24,7 @@ const user = computed(() => page?.props?.auth?.user);
<div
class="relative sm:flex sm:justify-center sm:items-center min-h-screen bg-dots-darker bg-center bg-gray-100 dark:bg-dots-lighter dark:bg-gray-900 selection:bg-red-500 selection:text-text-primary">
<div
v-if="canLogin"
class="sm:fixed sm:top-0 sm:end-0 p-6 text-end z-10">
<div v-if="canLogin" class="sm:fixed sm:top-0 sm:end-0 p-6 text-end z-10">
<Link
v-if="user"
:href="route('dashboard')"
@@ -84,18 +82,16 @@ const user = computed(() => page?.props?.auth?.user);
</svg>
</div>
<h2
class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">
<h2 class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">
Documentation
</h2>
<p
class="mt-4 text-gray-500 dark:text-gray-400 text-sm leading-relaxed">
Laravel has wonderful documentation covering
every aspect of the framework. Whether you are a
newcomer or have prior experience with Laravel,
we recommend reading our documentation from
beginning to end.
Laravel has wonderful documentation covering every aspect of the
framework. Whether you are a newcomer or have prior experience with
Laravel, we recommend reading our documentation from beginning to
end.
</p>
</div>
@@ -130,17 +126,15 @@ const user = computed(() => page?.props?.auth?.user);
</svg>
</div>
<h2
class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">
<h2 class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">
Laracasts
</h2>
<p
class="mt-4 text-gray-500 dark:text-gray-400 text-sm leading-relaxed">
Laracasts offers thousands of video tutorials on
Laravel, PHP, and JavaScript development. Check
them out, see for yourself, and massively level
up your development skills in the process.
Laracasts offers thousands of video tutorials on Laravel, PHP, and
JavaScript development. Check them out, see for yourself, and
massively level up your development skills in the process.
</p>
</div>
@@ -176,16 +170,14 @@ const user = computed(() => page?.props?.auth?.user);
</svg>
</div>
<h2
class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">
<h2 class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">
Laravel News
</h2>
<p
class="mt-4 text-gray-500 dark:text-gray-400 text-sm leading-relaxed">
Laravel News is a community driven portal and
newsletter aggregating all of the latest and
most important news in the Laravel ecosystem,
Laravel News is a community driven portal and newsletter aggregating
all of the latest and most important news in the Laravel ecosystem,
including new package releases and tutorials.
</p>
</div>
@@ -221,15 +213,13 @@ const user = computed(() => page?.props?.auth?.user);
</svg>
</div>
<h2
class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">
<h2 class="mt-6 text-xl font-semibold text-gray-900 dark:text-white">
Vibrant Ecosystem
</h2>
<p
class="mt-4 text-gray-500 dark:text-gray-400 text-sm leading-relaxed">
Laravel's robust library of first-party tools
and libraries, such as
Laravel's robust library of first-party tools and libraries, such as
<a
href="https://forge.laravel.com"
class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500"
@@ -250,9 +240,8 @@ const user = computed(() => page?.props?.auth?.user);
class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500"
>Envoyer</a
>
help you take your projects to the next level.
Pair them with powerful open source libraries
like
help you take your projects to the next level. Pair them with
powerful open source libraries like
<a
href="https://laravel.com/docs/billing"
class="underline hover:text-gray-700 dark:hover:text-white focus:outline focus:outline-2 focus:rounded-sm focus:outline-red-500"
@@ -289,10 +278,8 @@ const user = computed(() => page?.props?.auth?.user);
</div>
</div>
<div
class="flex justify-center mt-16 px-6 sm:items-center sm:justify-between">
<div
class="text-center text-sm text-gray-500 dark:text-gray-400 sm:text-start">
<div class="flex justify-center mt-16 px-6 sm:items-center sm:justify-between">
<div class="text-center text-sm text-gray-500 dark:text-gray-400 sm:text-start">
<div class="flex items-center gap-4">
<a
href="https://github.com/sponsors/taylorotwell"