Skip to content

Commit 5a2c8a9

Browse files
committed
lint fixes
1 parent 1225af9 commit 5a2c8a9

6 files changed

Lines changed: 0 additions & 12 deletions

File tree

src/cmap/connection_pool.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import * as process from 'node:process';
2-
31
import { clearTimeout, setTimeout } from 'timers';
42

53
import type { ObjectId } from '../bson';

src/gridfs/upload.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import * as process from 'node:process';
2-
31
import { Writable } from 'stream';
42

53
import { type Document, ObjectId } from '../bson';

src/sdam/monitor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import * as process from 'node:process';
2-
31
import { clearTimeout, setTimeout } from 'timers';
42

53
import { type Document, Long } from '../bson';

src/sdam/server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import * as process from 'node:process';
2-
31
import type { Document } from '../bson';
42
import { type AutoEncrypter } from '../client-side-encryption/auto_encrypter';
53
import { type CommandOptions, Connection } from '../cmap/connection';

src/sdam/topology.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import * as process from 'node:process';
2-
31
import type { BSONSerializeOptions, Document } from '../bson';
42
import type { MongoCredentials } from '../cmap/auth/mongo_credentials';
53
import type { ConnectionEvents } from '../cmap/connection';

test/tools/runner/ee_checker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// eslint-disable-next-line @typescript-eslint/no-require-imports
22
const events = require('events');
3-
// eslint-disable-next-line @typescript-eslint/no-require-imports
4-
const process = require('node:process');
53

64
const EventEmitter = events.EventEmitter;
75

0 commit comments

Comments
 (0)