chore: lint

This commit is contained in:
Arash Sheyda
2023-07-09 14:27:10 +03:00
parent 9c0e0baf95
commit 0cdba0d764
5 changed files with 7 additions and 3 deletions

View File

@ -9,6 +9,7 @@ export const wsError = ref<any>()
export const wsConnectingDebounced = useDebounce(wsConnecting, 2000)
const connectPromise = connectVite()
// eslint-disable-next-line @typescript-eslint/ban-types
let onMessage: Function = () => {}
export const clientFunctions = {