build: silence linter
[poolifier.git] / examples / typescript / websocket-server-pool / ws / requests.js
index e00bcc725b51b1a8150fed9ffec638b435a0e3ec..1f302a6cc76a01bfa6ede514140e9b401af50bc3 100644 (file)
@@ -1,3 +1,4 @@
+// eslint-disable-next-line import/no-unresolved, n/no-missing-import
 import { WebSocket } from 'ws'
 
 const ws = new WebSocket('ws://localhost:8080')