Skip to content

Commit 613c48c

Browse files
authored
ci: remove stale.yml (#360)
* ci: remove stale.yml * fix(types): remove import-x eslint disable comment (neostandard 0.13.0)
1 parent ac03f1d commit 613c48c

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.github/stale.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

types/index.test-d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { RouteGenericInterface } from 'fastify/types/route'
55
import type { IncomingMessage } from 'node:http'
66
import { expectType } from 'tsd'
77
import { Server } from 'ws'
8-
// eslint-disable-next-line import-x/no-named-default -- Test default export
98
import fastifyWebsocket, { default as defaultFastifyWebsocket, fastifyWebsocket as namedFastifyWebsocket, WebSocket, WebsocketHandler } from '..'
109

1110
const app: FastifyInstance = fastify()

0 commit comments

Comments
 (0)