Fix ESLint errors

This commit is contained in:
Nikita Karamov 2024-09-13 10:30:56 +02:00
parent a613edd55b
commit 770ae7440f
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,6 +7,9 @@
# Outputs
/dist/
# generated types
.astro/
# Cache/state
node_modules/

3
src/env.d.ts vendored
View File

@ -6,4 +6,5 @@
* SPDX-FileCopyrightText: © 2023 Nikita Karamov <me@kytta.dev>
* SPDX-License-Identifier: CC0-1.0
*/
/// <reference types="astro/client" />
/* eslint-disable @typescript-eslint/triple-slash-reference */
/// <reference path="../.astro/types.d.ts" />