mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
style: disable linter for fastify middie external
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-this-alias */
|
||||
/* eslint-disable @typescript-eslint/no-namespace */
|
||||
import {
|
||||
FastifyInstance,
|
||||
FastifyPluginCallback,
|
||||
@@ -304,6 +306,7 @@ function fastifyMiddie(
|
||||
next();
|
||||
}
|
||||
|
||||
/* @eslint-disable-next-line @typescript-eslint/no-namespace */
|
||||
declare namespace fastifyMiddie {
|
||||
export interface FastifyMiddieOptions {
|
||||
hook?:
|
||||
|
||||
Reference in New Issue
Block a user