chore: migrate to eslint 9
[poolifier.git] / examples / typescript / websocket-server-pool / ws-hybrid / requests.js
index 9beb2b7828b077eb5fc00c5ce810b3dd7b148d82..2c73376f6ee4089920e10a12c52560062ef3c2c1 100644 (file)
@@ -1,4 +1,3 @@
-// eslint-disable-next-line import/no-unresolved, n/no-missing-import
 import { WebSocket } from 'ws'
 
 const ws = new WebSocket('ws://localhost:8080')