mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Linter warnings
This commit is contained in:
parent
d317215e08
commit
9f0973b039
@ -1,5 +1,5 @@
|
||||
import { EventEmitter } from 'events';
|
||||
import type WebSocket from 'ws';
|
||||
import type { WebSocket } from 'ws';
|
||||
import { getLoggerFor } from '../logging/LogUtil';
|
||||
import type { HttpRequest } from '../server/HttpRequest';
|
||||
import { WebSocketHandler } from '../server/WebSocketHandler';
|
||||
|
@ -1,4 +1,4 @@
|
||||
import type WebSocket from 'ws';
|
||||
import type { WebSocket } from 'ws';
|
||||
import { AsyncHandler } from '../util/handlers/AsyncHandler';
|
||||
import type { HttpRequest } from './HttpRequest';
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import type { Server } from 'http';
|
||||
import type { Socket } from 'net';
|
||||
import type WebSocket from 'ws';
|
||||
import type { WebSocket } from 'ws';
|
||||
import { Server as WebSocketServer } from 'ws';
|
||||
import type { HttpRequest } from './HttpRequest';
|
||||
import type { HttpServerFactory } from './HttpServerFactory';
|
||||
|
@ -1,5 +1,5 @@
|
||||
import fetch from 'cross-fetch';
|
||||
import WebSocket from 'ws';
|
||||
import { WebSocket } from 'ws';
|
||||
import type { App } from '../../src/init/App';
|
||||
import { getPort } from '../util/Util';
|
||||
import { getDefaultVariables, getTestConfigPath, instantiateFromConfig } from './Config';
|
||||
|
@ -1,6 +1,6 @@
|
||||
import type { Server } from 'http';
|
||||
import request from 'supertest';
|
||||
import WebSocket from 'ws';
|
||||
import { WebSocket } from 'ws';
|
||||
import { BaseHttpServerFactory } from '../../../src/server/BaseHttpServerFactory';
|
||||
import type { HttpHandlerInput } from '../../../src/server/HttpHandler';
|
||||
import { HttpHandler } from '../../../src/server/HttpHandler';
|
||||
|
Loading…
x
Reference in New Issue
Block a user