Skip to content

Commit fec7982

Browse files
committed
chore(lint): avoid lint errors on type "Function"
1 parent 7813960 commit fec7982

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/azure-http.adapter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/ban-types */
12
import { Context, HttpRequest } from '@azure/functions';
23
import { HttpServer, INestApplication } from '@nestjs/common';
34
import { createHandlerAdapter } from './adapter/azure-adapter';

lib/router/azure-http.router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/ban-types */
12
/* eslint-disable @typescript-eslint/no-unused-vars */
23
/* eslint-disable @typescript-eslint/no-empty-function */
34
import { HttpStatus, RequestMethod } from '@nestjs/common';

0 commit comments

Comments
 (0)