mirror of
https://github.com/NickKaramoff/toot
synced 2025-01-30 17:15:17 +01:00
Fix ESLint errors
This commit is contained in:
parent
a613edd55b
commit
770ae7440f
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,6 +7,9 @@
|
||||
# Outputs
|
||||
/dist/
|
||||
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# Cache/state
|
||||
node_modules/
|
||||
|
||||
|
3
src/env.d.ts
vendored
3
src/env.d.ts
vendored
@ -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…
x
Reference in New Issue
Block a user