chore: replace eslint-import-resolver-alias with eslint-import-resolver-typescript (#4546)

Co-authored-by: Joe Previte <jjprevite@gmail.com>
This commit is contained in:
JounQin
2021-12-08 05:39:01 +08:00
committed by GitHub
parent d15731a570
commit 6c9c84090e
9 changed files with 40 additions and 20 deletions

View File

@ -50,4 +50,5 @@ export function Router(): WebsocketRouter {
return new WebsocketRouter()
}
// eslint-disable-next-line import/no-named-as-default-member -- the typings are not updated correctly
export const wss = new Websocket.Server({ noServer: true })