Skip to content

Commit

Permalink
Remove no longer required eslint-disable comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Sep 16, 2024
1 parent 9aa1f75 commit f35d2a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/firestore/src/platform/node_lite/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ export { newConnectivityMonitor } from '../browser/connection';

/** Initializes the HTTP connection for the REST API. */
export function newConnection(databaseInfo: DatabaseInfo): Connection {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
return new FetchConnection(databaseInfo);
}
1 change: 0 additions & 1 deletion packages/functions/src/index.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ import { registerFunctions } from './config';

export * from './api';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
registerFunctions('node');

0 comments on commit f35d2a0

Please sign in to comment.