feat: ESLint configuration

This commit is contained in:
2026-01-13 08:40:35 -05:00
parent 55e16ab24b
commit e95bbfb885
7 changed files with 1730 additions and 54 deletions

View File

@@ -2,7 +2,7 @@
<div>
<NuxtRouteAnnouncer />
<NuxtLoadingIndicator />
<NuxtLayout>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>

View File

@@ -5,4 +5,4 @@
<div id="layout-default">
<NuxtPage />
</div>
</template>
</template>

View File

@@ -5,4 +5,4 @@
<div id="page-node-from-uri">
<h1>Moonshine</h1>
</div>
</template>
</template>