mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
Disable broken lints (#7961)
This commit is contained in:
parent
3222e5af62
commit
8d8c0b62d6
@ -1,4 +1,4 @@
|
||||
import type { Uuid } from 'shared/languageServerTypes'
|
||||
import type { Uuid } from '../languageServerTypes'
|
||||
|
||||
export type SuggestionId = number
|
||||
|
||||
|
@ -101,6 +101,8 @@ export class Server {
|
||||
reject(err)
|
||||
}
|
||||
if (httpServer) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access,
|
||||
// @typescript-eslint/no-unsafe-call
|
||||
ydocServer.createGatewayServer(httpServer)
|
||||
}
|
||||
logger.log(`Server started on port ${this.config.port}.`)
|
||||
|
Loading…
Reference in New Issue
Block a user