Skip to content

Commit

Permalink
ignore js files eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutanin committed Jul 27, 2023
1 parent 846ccea commit c7283af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/reload/initReloadServer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable */
import { watch } from 'chokidar'
import { WebSocketServer } from 'ws'
import { clearTimeout } from 'timers'
import { WebSocketServer } from 'ws'

const LOCAL_RELOAD_SOCKET_PORT = 8081
const LOCAL_RELOAD_SOCKET_URL = `ws://localhost:${LOCAL_RELOAD_SOCKET_PORT}`
Expand Down

0 comments on commit c7283af

Please sign in to comment.