forked from noxious/server
Added ESLint
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
import { verify } from 'jsonwebtoken'
|
||||
import { TSocket } from '#application/types'
|
||||
|
||||
import config from '#application/config'
|
||||
import { gameLogger } from '#application/logger'
|
||||
import { TSocket } from '#application/types'
|
||||
|
||||
class SocketAuthenticator {
|
||||
private socket: TSocket
|
||||
|
Reference in New Issue
Block a user