Fix ESLint errors
This commit is contained in:
parent
a613edd55b
commit
770ae7440f
|
@ -7,6 +7,9 @@
|
|||
# Outputs
|
||||
/dist/
|
||||
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# Cache/state
|
||||
node_modules/
|
||||
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue