From 8e41f4380201bb47e42b8f4d0a3d0a57b90fd1e4 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 10 Mar 2016 14:10:11 +0100 Subject: [PATCH] ignore netflux socket server since it has ES6 --- .jshintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintignore b/.jshintignore index 29b53f0f4..292d2843a 100644 --- a/.jshintignore +++ b/.jshintignore @@ -12,3 +12,4 @@ storage/kad.js www/common/otaml.js www/common/diffDOM.js www/common/netflux.js +NetFluxWebsocketServer.js