Skip to content

Commit b8d419f

Browse files
committed
fix: lint errors
1 parent a0f529e commit b8d419f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/README.fr.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ pnpm dev:tamagotchi
161161

162162
Un package Nix pour Tamagotchi est inclus. Pour lancer AIRI avec Nix, assurez-vous d'abord d'activer les flakes, puis exécutez :
163163

164-
165164
```shell
166165
nix run github:moeru-ai/airi
167166
```
@@ -337,7 +336,7 @@ flowchart TD
337336

338337
### Non open source
339338

340-
- https://clips.twitch.tv/WanderingCaringDeerDxCat-Qt55xtiGDSoNmDDr
339+
- https://clips.twitch.tv/WanderingCaringDeerDxCat-Qt55xtiGDSoNmDDr
341340
https://www.youtube.com/watch?v=8Giv5mupJNE
342341
- https://clips.twitch.tv/TriangularAthleticBunnySoonerLater-SXpBk1dFso21VcWD
343342
- https://www.youtube.com/@NOWA_Mirai

packages/i18n/src/locales/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import zhHant from './zh-Hant'
99
export default {
1010
en,
1111
es,
12+
fr,
1213
ru,
1314
vi,
1415
'zh-Hans': zhHans,

packages/server-runtime/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import type { WebSocketEvent } from '@proj-airi/server-shared/types'
22

3-
import { Format, LogLevel, setGlobalFormat, setGlobalLogLevel, useLogg } from '@guiiai/logg'
4-
import { createApp, createRouter, defineWebSocketHandler } from 'h3'
3+
import type { AuthenticatedPeer, Peer } from './types'
54

65
import { env } from 'node:process'
76

8-
import type { AuthenticatedPeer, Peer } from './types'
7+
import { Format, LogLevel, setGlobalFormat, setGlobalLogLevel, useLogg } from '@guiiai/logg'
8+
import { createApp, createRouter, defineWebSocketHandler } from 'h3'
99

1010
import { WebSocketReadyState } from './types'
1111

0 commit comments

Comments
 (0)